What should the query look like??
I can't define 2 spellchecker in one query. I want something like this:
Search: Soccerclub(what) Manchester(where)
select/?q=socerclub
macnchester&spellcheck=true&spellcheck.dictionary=spell_what&spellcheck.dictionary=spell_where&spell_what=socerclub&spell_where
Hi,
Define two searchComponents with different names. Then refer to both in
in your Search Request Handler config.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
On 27. mai 2011, at 10.01, roySolr wrote:
> mm ok. I configure 2 spellcheckers:
>
>
>
>
mm ok. I configure 2 spellcheckers:
spell_what
spell_what
true
spellchecker_what
spell_where
spell_where
true
spellchecker_where
H
Yep, it's possible. Setup two spellcheckers, one named "spellwhat" and one
named "spellwhere" and enable both on your searchRequestHandler.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
On 26. mai 2011, at 12.04, roySolr wrote:
> Hello,
>
> First i will explain my