Hi, I was going over and playing with Lucene 2.9 and came around something strange that I think might be a bug. In CachingTokenFilter#fillCache it seems like captureState is not called on input and instead is called on CachingTokenFilter. Am I missing something? I got to it since QueryParser uses the CachingTokenFilter.
Cheers, Shay -- View this message in context: http://www.nabble.com/CachingTokenFilter-fillCache-problem-tp25303265p25303265.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
