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?
>
>
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.
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
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
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
__
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