Browse Source

adapted solrcore.properties to prod server

Bachir Soussi Chiadmi 5 years ago
parent
commit
757d262067
1 changed files with 2 additions and 2 deletions
  1. 2 2
      materio/conf/solrcore.properties

+ 2 - 2
materio/conf/solrcore.properties

@@ -1,7 +1,7 @@
 solr.replication.master=false
 solr.replication.slave=false
 solr.replication.pollInterval=00:00:60
-solr.replication.masterUrl=http://localhost:8983/solr
+solr.replication.masterUrl=http://localhost:8985/solr
 solr.replication.confFiles=schema.xml,elevate.xml,stopwords_en.txt,synonyms_en.txt,protwords_en.txt,accents_en.txt,stopwords_fr.txt,synonyms_fr.txt,nouns_fr.txt,protwords_fr.txt,accents_fr.txt,stopwords_und.txt,synonyms_und.txt,protwords_und.txt,accents_und.txt
 solr.mlt.timeAllowed=2000
 solr.luceneMatchVersion=8.0
@@ -10,4 +10,4 @@ solr.autoCommit.MaxDocs=-1
 solr.autoCommit.MaxTime=15000
 solr.autoSoftCommit.MaxDocs=-1
 solr.autoSoftCommit.MaxTime=-1
-solr.install.dir=/opt/solr/
+solr.install.dir=../../..