On Tue, Mar 12, 2013 at 7:22 AM, Varun Thacker
<varunthacker1...@gmail.com> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to