On Tue, Mar 12, 2013 at 7:22 AM, Varun Thacker <[email protected]> wrote: > I was looking at the results from the spellchecker. So If I have a field > where the terms get analyzed the results shown are the analyzed form as a > suggestion. Example, for Battery the spell suggestion if one makes a mistake > would be batteri. >
I don't think you should use such a field for spellchecking, instead just something very simple like standardtokenizer + lowercase for the spellcheck field. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
