It is possible to do spellcheck on multiple fields in Apache's solr index.
In order to configure Solr spellcheck to use words from several fields you
should:
Declare a new field. Dont forget t specify the properties:
type="textSpell" and multiValued="true". For example:
.
Use copyField to ge
What command you are using in your cron on the slave to only rebuild the
spellcheck index?
I have only found the option to query the slave for dummy string and attache
it as URL attribute the "&spellcheck.build=true".
E.g.
slave-solr:8983/solr/my-index/spell/?q=helllo&spellcheck.build=true&wt=xml
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:
solrconfig_slave.xml:solrconfig.xml,schema.xml,stopwords.txt,elevate.xml,protwords.txt,synonyms.txt
And in the