It seems that the index and search process does not work in the same way: The "tokenStream" method is called at time of search while for indexing the "resusableTokenStream" is called.
Overriding resusableTokenStream (like I did for tokenStream) fixed the problem. -- View this message in context: http://www.nabble.com/Indexing-accented-characters%2C-then-searching-by-any-form-tp15412778p20898127.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]