> I have seen ur mail, but this bug should not be related to the new Token > API, it should occur with old API, too.
Maybe the problem is an unrelated change: https://issues.apache.org/jira/browse/LUCENE-1762 This issue changed the default length of the termBuffer in Token/TermAttributeImpl. Because of the wrong calculation in the filter, the larger default size could break this filter. When using termBufferLength instead of termBuffer.length it should be fixed. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org