On Sat, Oct 31, 2009 at 2:51 AM, Acadaca <ph...@acadaca.com> wrote:

>
> I am having great difficulty getting SpellCheckComponent to ignore case.
>
> Given a search of Glod, the suggestion is wood
> Given a search of glod, the suggestion is gold
>
> I am using LowerCaseTokenizerFactory for both query and index, so as I
> understand it Glod and glod should be treated the same. If not, how can I
> truly ignore case?
>
>
What parameters are you specifying for a spell check query? If you use
spellcheck.q then the field's query analyzer is used otherwise (if you use q
parameter), it just uses a white space tokenizer and case can matter.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to