From 74e0caf41294833556688f100931f4bb785f8596 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 28 May 2019 12:13:54 +0200 Subject: [PATCH] removed replications props from solrcore.properties --- materio/conf/solrcore.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/materio/conf/solrcore.properties b/materio/conf/solrcore.properties index f1786b3..02fb05e 100644 --- a/materio/conf/solrcore.properties +++ b/materio/conf/solrcore.properties @@ -1,8 +1,3 @@ -solr.replication.master=false -solr.replication.slave=false -solr.replication.pollInterval=00:00:60 -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 solr.selectSearchHandler.timeAllowed=-1