LUCENE-1903: Forgot me & issue reporter

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@812782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-09-09 06:05:46 +00:00
parent a8eb5c4b80
commit 0f5a2d1239

View File

@ -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