From 471d7e9971f9c94514842e2a8c20fd7c1502229b Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 18 Mar 2013 16:45:43 +0000 Subject: [PATCH] move entries to 4.2.1 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457857 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 071e3611611..b16ff1c510e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -99,11 +99,6 @@ New Features * LUCENE-4843: Add LimitTokenPositionFilter: don't emit tokens with positions that exceed the configured limit. (Steve Rowe) -Optimizations - -* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the - default codec for improved enumeration performance. (Robert Muir) - API Changes * LUCENE-4844: removed TaxonomyReader.getParent(), you should use @@ -111,12 +106,6 @@ API Changes Bug Fixes -* LUCENE-4819: seekExact(BytesRef, boolean) did not work correctly with - Sorted[Set]DocValuesTermsEnum. (Robert Muir) - -* LUCENE-4826: PostingsHighlighter was not returning the top N best - scoring passages. (Robert Muir, Mike McCandless) - * LUCENE-4828: BooleanQuery no longer extracts terms from its MUST_NOT clauses. (Mike McCandless) @@ -139,6 +128,17 @@ Bug Fixes codecs. The special case of a null context ClassLoader is now also supported. (Christian Kohlschütter, Uwe Schindler) +* LUCENE-4819: seekExact(BytesRef, boolean) did not work correctly with + Sorted[Set]DocValuesTermsEnum. (Robert Muir) + +* LUCENE-4826: PostingsHighlighter was not returning the top N best + scoring passages. (Robert Muir, Mike McCandless) + +Optimizations + +* LUCENE-4819: Added Sorted[Set]DocValues.termsEnum(), and optimized the + default codec for improved enumeration performance. (Robert Muir) + ======================= Lucene 4.2.0 ======================= Changes in backwards compatibility policy