I am using apache-solr-1.4.1. I have a master and a slave. When I am doing
“Full import”, the index is replicated to the slave however the spellcheck
index is not.
In the master I have:
<str
name="confFiles">solrconfig_slave.xml:solrconfig.xml,schema.xml,stopwords.txt,elevate.xml,protwords.txt,synonyms.txt</str>
And in the solrconfig.xml and in solrconfig_slave.xml I have the following
settings:
<searchComponent name="spellcheck" class="solr.SpellCheckComponent">
<str name="queryAnalyzerFieldType">textSpell</str>
<lst name="spellchecker">
<str name="name">default</str>
<str name="field">didYouMean</str>
<str name="spellcheckIndexDir">./spellchecker</str>
<str name="buildOnCommit">true</str>
</lst>
</searchComponent>
If I query the slave with “&spellcheck.build=true” the index is build.
Please help
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Spellcheck-index-is-not-replicated-to-the-slave-tp3971110.html
Sent from the Solr - User mailing list archive at Nabble.com.