Re: CachingTokenFilter tests fail when using MockTokenizer

2015-03-24 Thread Spyros Kapnissis
http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Spyros Kapnissis [mailto:ska...@yahoo.com.INVALID] Sent: Monday, March 23, 2015 11:02 PM To: java-user@lucene.apache.org; Ahmet Arslan Subject: Re: CachingTokenFilter tests fail when using MockTokenizer Hello

Re: CachingTokenFilter tests fail when using MockTokenizer

2015-03-23 Thread Ahmet Arslan
Hi Spyros, Not 100% sure but I think you should override reset method. @Override public void reset() throws IOException { super.reset(); cachedInput = null; } Ahmet On Monday, March 23, 2015 1:29 PM, Spyros Kapnissis ska...@yahoo.com.INVALID wrote: Hello, We have a couple of custom token

Re: CachingTokenFilter tests fail when using MockTokenizer

2015-03-23 Thread Spyros Kapnissis
Hello Ahmet,  Unfortunately the test still fails with the same error: end() called before incrementToken() returned false!. I am not sure if I am misusing CachingTokenFilter, or if it cannot be used with MockTokenizer, since it always calls end() before incrementToken() returns false. Spyros

RE: CachingTokenFilter tests fail when using MockTokenizer

2015-03-23 Thread Uwe Schindler
: Monday, March 23, 2015 11:02 PM To: java-user@lucene.apache.org; Ahmet Arslan Subject: Re: CachingTokenFilter tests fail when using MockTokenizer Hello Ahmet, Unfortunately the test still fails with the same error: end() called before incrementToken() returned false!. I am not sure if I am