From 0f5a2d123929ec414c0e0b7b5f71c88d2cace078 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Wed, 9 Sep 2009 06:05:46 +0000 Subject: [PATCH] LUCENE-1903: Forgot me & issue reporter git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812782 13f79535-47bb-0310-9956-ffa450edef68 --- contrib/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CHANGES.txt b/contrib/CHANGES.txt index 014e73f4a9d..0ba8f61a916 100644 --- a/contrib/CHANGES.txt +++ b/contrib/CHANGES.txt @@ -31,7 +31,7 @@ API Changes * LUCENE-1775, LUCENE-1903: Change remaining TokenFilters (shingle, prefix-suffix) to use the new TokenStream API. ShingleFilter is much more efficient now, it clones much less often and computes the tokens mostly on the fly now. - Also added more tests. (Robert Muir, Michael Busch) + Also added more tests. (Robert Muir, Michael Busch, Uwe Schindler, Chris Harris) * LUCENE-1685: The position aware SpanScorer has become the default scorer for Highlighting. The SpanScorer implementation has replaced QueryScorer