From dc76ad5ca25a80a78e560323661e6443ca09bc47 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Thu, 19 May 2011 21:32:15 +0000 Subject: [PATCH] CHANGES cleanup git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1125127 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index a9aa96824d3..dea6964f13f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -444,27 +444,6 @@ Bug fixes with more document deletions is requested before a reader with fewer deletions, provided they share some segments. (yonik) -* LUCENE-2936: PhraseQuery score explanations were not correctly - identifying matches vs non-matches. (hossman) - -* LUCENE-2996: addIndexes(IndexReader) did not flush before adding the new - indexes, causing existing deletions to be applied on the incoming indexes as - well. (Shai Erera, Mike McCandless) - -* LUCENE-3068: sloppy phrase query failed to match valid documents when multiple - query terms had same position in the query. (Doron Cohen) - -Test Cases - -* LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing to - stop iterating if at least 'tests.iter.min' ran and a failure occured. - (Shai Erera, Chris Hostetter) - -Build - -* LUCENE-3006: Building javadocs will fail on warnings by default. - Override with -Dfailonjavadocwarning=false (sarowe, gsingers) - ======================= Lucene 3.x (not yet released) ======================= Changes in backwards compatibility policy @@ -564,9 +543,17 @@ Bug fixes PhraseQuery as term with lower doc freq will also have less positions. (Uwe Schindler, Robert Muir, Otis Gospodnetic) +* LUCENE-3068: sloppy phrase query failed to match valid documents when multiple + query terms had same position in the query. (Doron Cohen) + * LUCENE-3012: Lucene writes the header now for separate norm files (*.sNNN) (Robert Muir) +Build + +* LUCENE-3006: Building javadocs will fail on warnings by default. + Override with -Dfailonjavadocwarning=false (sarowe, gsingers) + Test Cases * LUCENE-3002: added 'tests.iter.min' to control 'tests.iter' by allowing to