Re: firstSearcher and newSearcher events

2008-09-19 Thread Shalin Shekhar Mangar
On Fri, Sep 19, 2008 at 11:10 PM, oleg_gnatovskiy < [EMAIL PROTECTED]> wrote: > > I created one. https://issues.apache.org/jira/browse/SOLR-780 > Thanks! > By the way you pointed out that true > would solve the problem, but that doesn't make it rebuild on startup right? > This works at rebuildi

Re: firstSearcher and newSearcher events

2008-09-19 Thread oleg_gnatovskiy
I created one. https://issues.apache.org/jira/browse/SOLR-780 By the way you pointed out that true would solve the problem, but that doesn't make it rebuild on startup right? This works at rebuilding the index with every update, which is different. Shalin Shekhar Mangar wrote: > > On Fri, Sep

Re: firstSearcher and newSearcher events

2008-09-19 Thread Shalin Shekhar Mangar
On Fri, Sep 19, 2008 at 10:07 PM, oleg_gnatovskiy < [EMAIL PROTECTED]> wrote: > > Is there any way to do it for an external (file-based) dictionary? > SpellCheckComponent always reload on the dictionary in the firstSearcher event. This works if you are using file system based index. However with

Re: firstSearcher and newSearcher events

2008-09-19 Thread oleg_gnatovskiy
Shalin Shekhar Mangar wrote: > > On Fri, Sep 19, 2008 at 5:55 AM, oleg_gnatovskiy < > [EMAIL PROTECTED]> wrote: > >> >> Hello. I am using the spellcheck component >> (https://issues.apache.org/jira/browse/SOLR-572). Since the spell checker >> index is kept in RAM, it gets erased every time the

Re: firstSearcher and newSearcher events

2008-09-18 Thread Shalin Shekhar Mangar
On Fri, Sep 19, 2008 at 5:55 AM, oleg_gnatovskiy < [EMAIL PROTECTED]> wrote: > > Hello. I am using the spellcheck component > (https://issues.apache.org/jira/browse/SOLR-572). Since the spell checker > index is kept in RAM, it gets erased every time the Solr server gets > restarted. I was thinking