Re: [CLucene-dev] StandardAnalyzer is buggy

2011-07-01 Thread Timo Sirainen
On Sat, 2011-07-02 at 08:59 +0300, Timo Sirainen wrote: > Using the 2_3_2 git version and StandardAnalyzer: It looks like if I > index document1 and then document2, at least some of document1's tokens > go to document2 as well. If I index document3, it indexes document2's > tokens also but not docu

[CLucene-dev] StandardAnalyzer is buggy

2011-07-01 Thread Timo Sirainen
Using the 2_3_2 git version and StandardAnalyzer: It looks like if I index document1 and then document2, at least some of document1's tokens go to document2 as well. If I index document3, it indexes document2's tokens also but not document1's. The attached patch modifies a test case. It works with