Переглянути джерело

[search] Updating default port of Solr

Romain Rigaux 12 роки тому
батько
коміт
9c2ea716a0

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

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

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

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