RE: new consistency check for token filters in 4.5.1

2013-10-30 Thread Uwe Schindler
I think this is more a result of the Tokenizer on top, does not correctly implementing end(). In Lucene 4.6 you will get much better error messages (IllegalStateException) because we improved this detection, also during runtime. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

Re: new consistency check for token filters in 4.5.1

2013-10-30 Thread Benson Margulies
OK, thanks, for some reason the test of my tokenizer didn't fail but the test of my token filter with my tokenizer hit the problem. All fixed. On Wed, Oct 30, 2013 at 2:23 AM, Uwe Schindler u...@thetaphi.de wrote: I think this is more a result of the Tokenizer on top, does not correctly