I'm currently in the process of upgrading from 4.0.0-BETA to 4.0.0 and just stumbled upon a difference in Analyzer.getTokenStream(String fieldName, Reader reader).
In the BETA release, the method returned a TokenStream that is reset, but in the 4.0.0 release the tokenStream is eof until manually reset. Is this intentional behavior? and if so why? Regards Hans Lund