Преглед на файлове

[search] Updating default port of Solr

Romain Rigaux преди 12 години
родител
ревизия
9c2ea716a0
променени са 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/
 
 
 
 
 ###########################################################################
 ###########################################################################