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: ol li Declare a new field. Dont forget t specify the properties: type=textSpell and multiValued=true. For example: field name=MyField

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=helllospellcheck.build=truewt=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: str