Re: Spell check suggestion and correct way of implementation and some Questions

2009-11-15 Thread Shalin Shekhar Mangar
On Wed, Nov 4, 2009 at 12:31 AM, darniz wrote: > > Thanks > > i included the buildOncommit and buildOnOptimize as true and indexed some > documents and it automatically builds the dictionary. > > Are there any performance issues we should be aware of, with this approach. > > Well, it depends. Ea

Re: Spell check suggestion and correct way of implementation and some Questions

2009-11-03 Thread darniz
Thanks i included the buildOncommit and buildOnOptimize as true and indexed some documents and it automatically builds the dictionary. Are there any performance issues we should be aware of, with this approach. Rashid -- View this message in context: http://old.nabble.com/Spell-check-suggest

Re: Spell check suggestion and correct way of implementation and some Questions

2009-11-02 Thread darniz
Hello everybody i am able to use spell checker but i have some questions if someone can answer this if i search free text word waranty then i get back suggestion warranty which is fine. but if do a search on field for example description:waranty the output collation element is description:warranty

Re: Spell check suggestion and correct way of implementation and some Questions

2009-11-02 Thread darniz
Hello everybody i am able to use spell checker but i have some questions if someone can answer this if i search free text word waranty then i get back suggestion warranty which is fine. but if do a search on field for example description:waranty the output collation element is description:warranty

Re: Spell check suggestion and correct way of implementation and some Questions

2009-11-02 Thread Shalin Shekhar Mangar
On Wed, Oct 28, 2009 at 8:57 PM, darniz wrote: > > Question. Should i build the dictionlary only once and after that as new > words are indexed the dictionary will be updated. Or i to do that manually > over certain interval. > > No. The dictionary is built only when spellcheck.build=true is spec