I believe this was fixed in http://issues.apache.org/jira/browse/LUCENE-593

- Doron

Björn Ekengren <[EMAIL PROTECTED]> wrote on 10/10/2006 02:12:23:
> Hello, I have found that the spellchecker behaves a bit strange. My
> spell indexer class below doesn't work if I use the spellfield
> string set in the constructor directly, but it does work if I use
> the intern() value. The problem resides in the hasNext() method of
> LuceneIterator where an object comparison between two field strings
> occur. Now I got everything to work here, but I do wonder why it
> didn't work in my first version.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to