RE: spellcheck on multiple fields?

2012-05-20 Thread ilanh
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

Re: Rebuild Spellchecker based on cron expression

2012-05-09 Thread ilanh
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

Solr Spellcheck index is not replicated to the slave

2012-05-08 Thread ilanh
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