瀏覽代碼

[search] Updating default port of Solr

Romain Rigaux 12 年之前
父節點
當前提交
9c2ea71
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      apps/search/src/search/conf.py
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 1
apps/search/src/search/conf.py

@@ -24,7 +24,7 @@ SOLR_URL = Config(
   key="solr_url",
   key="solr_url",
   help=_("URL of the Solr Server."),
   help=_("URL of the Solr Server."),
   private=False,
   private=False,
-  default="http://localhost:1978/solr/")
+  default="http://localhost:8983/solr/")
 
 
 #SOLR_URLS = UnspecifiedConfigSection(
 #SOLR_URLS = UnspecifiedConfigSection(
 #  "solr_urls",
 #  "solr_urls",

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -479,7 +479,7 @@
 [search]
 [search]
 
 
    # URL of the Solr Server
    # URL of the Solr Server
-   ## solr_url=http://localhost:1978/solr/
+   ## solr_url=http://localhost:8983/solr/
 
 
 
 
 ###########################################################################
 ###########################################################################

+ 1 - 1
desktop/conf/pseudo-distributed.ini.tmpl

@@ -482,7 +482,7 @@
 [search]
 [search]
 
 
    # URL of the Solr Server
    # URL of the Solr Server
-   ## solr_url=http://localhost:1978/solr/
+   ## solr_url=http://localhost:8983/solr/
 
 
 
 
 ###########################################################################
 ###########################################################################