Different mergeFactor for master and slaves
Hi everyone, I have set up a master-slave configuration where the master machine will be used primarily for indexing while the slave machines will be used for searching. I have just discovered that changing the mergeFactor allows you to effect the indexing/searching performance tradeoff. Is it possible to set the mergeFactor to favour fast indexing (e.g. 25+) on the master and to favour fast searching (e.g. 2) on the slaves? Would any problems arise with such a set-up? Many thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Different-mergeFactor-for-master-and-slaves-tp867585p867585.html Sent from the Solr - User mailing list archive at Nabble.com.
Reading newSearcher and firstSearcher Queries from Separate File
Hi everyone, I am adding queries to the newSearcher and firstSearcher listeners for warming solr up. Unfortunately, I have hundreds of queries and don't particularly want my solrconfig.xml file to become so big. Is there a way that I can point them to another file where these queries are written without putting them directly into the solrconfig.xml file? Many thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Reading-newSearcher-and-firstSearcher-Queries-from-Separate-File-tp867854p867854.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: Different mergeFactor for master and slaves
Thanks for the reply. -- View this message in context: http://lucene.472066.n3.nabble.com/Different-mergeFactor-for-master-and-slaves-tp867585p868837.html Sent from the Solr - User mailing list archive at Nabble.com.