Re: Spellcheker and Dismax both

2008-08-17 Thread anshuljohri
And also is there any way to read spellings from a file spellings.txt by using SpellCheckerRequestHandler. Please suggest. Thanks, Anshul anshuljohri wrote: > > Ok Thats fine. > Also i can switch to solr 1.3 but i think stable version solr 1.3 is not > publicly launched yet. > Isn't it? > >

Re: Spellcheker and Dismax both

2008-08-17 Thread anshuljohri
Ok Thats fine. Also i can switch to solr 1.3 but i think stable version solr 1.3 is not publicly launched yet. Isn't it? Shalin Shekhar Mangar wrote: > > Then you are stuck with SpellCheckerRequestHandler. > > You can always issue two requests -- one to dismax and another to spell > checker.

Re: Spellcheker and Dismax both

2008-08-17 Thread Shalin Shekhar Mangar
Then you are stuck with SpellCheckerRequestHandler. You can always issue two requests -- one to dismax and another to spell checker. On Sun, Aug 17, 2008 at 11:32 PM, anshuljohri <[EMAIL PROTECTED]> wrote: > > But I am using solr 1.2 which doesn't have all the required classes for > SpellCheckCo

Re: Spellcheker and Dismax both

2008-08-17 Thread anshuljohri
But I am using solr 1.2 which doesn't have all the required classes for SpellCheckComponent. Is there any way to use this component in solr 1.2? Please help me out its very urgent. Thanks, Anshul Shalin Shekhar Mangar wrote: > > The SpellCheckerRequestHandler is now deprecated with Solr 1.3 an

Re: Spellcheker and Dismax both

2008-08-14 Thread Norberto Meijome
On Thu, 14 Aug 2008 12:21:13 +0530 "Shalin Shekhar Mangar" <[EMAIL PROTECTED]> wrote: > The SpellCheckerRequestHandler is now deprecated with Solr 1.3 and it has > been replaced by SpellCheckComponent. > > http://wiki.apache.org/solr/SpellCheckComponent which works quite well with dismax. B __

Re: Spellcheker and Dismax both

2008-08-13 Thread Shalin Shekhar Mangar
The SpellCheckerRequestHandler is now deprecated with Solr 1.3 and it has been replaced by SpellCheckComponent. http://wiki.apache.org/solr/SpellCheckComponent On Thu, Aug 14, 2008 at 3:42 AM, anshuljohri <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using dismax handler and I want to use spellche