From 2e4dc5b0038d150405b42efba528b54040018a8e Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Mon, 26 Oct 2009 12:44:02 +0000 Subject: [PATCH] LUCENE-2002: move CHANGES entry under 'Changes in back compat policy' section, since it deprecates APIs git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829774 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 10 +++++----- contrib/CHANGES.txt | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 86718b34e3b..593c97e2824 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,11 @@ Changes in backwards compatibility policy needs to be recompiled against Lucene 3.0 in order to work. The previously deprecated IndexCommitPoint is also removed. (Michael Busch) +* LUCENE-2002: Add required Version matchVersion argument when + constructing QueryParser or MultiFieldQueryParser and, default (as + of 2.9) enablePositionIncrements to true to match + StandardAnalyzer's 2.9 default (Uwe Schindler, Mike McCandless) + Changes in runtime behavior * LUCENE-1677: Remove the system property to set SegmentReader class @@ -98,11 +103,6 @@ API Changes * LUCENE-1973: Remove deprecated Similarity methods. (Uwe Schindler) -* LUCENE-2002: Add required Version matchVersion argument when - constructing QueryParser or MultiFieldQueryParser and, default (as - of 2.9) enablePositionIncrements to true to match - StandardAnalyzer's 2.9 default (Uwe Schindler, Mike McCandless) - Bug fixes * LUCENE-1951: When the text provided to WildcardQuery has no wildcard diff --git a/contrib/CHANGES.txt b/contrib/CHANGES.txt index 0055b5ea9e8..4b15efc809a 100644 --- a/contrib/CHANGES.txt +++ b/contrib/CHANGES.txt @@ -8,6 +8,12 @@ Changes in backwards compatibility policy APIs of contrib/surround to StringBuilder. (Paul Elschot via Uwe Schindler) + * LUCENE-2002: Add required Version matchVersion argument when + constructing ComplexPhraseQueryParser and default (as of 2.9) + enablePositionIncrements to true to match StandardAnalyzer's + default. Also added required matchVersion to most of the analyzers + (Uwe Schindler, Mike McCandless) + Changes in runtime behavior * LUCENE-1966: Modified and cleaned the default Arabic stopwords list used @@ -25,12 +31,6 @@ API Changes text exactly the same as LowerCaseFilter. Please use LowerCaseFilter instead, which has the same functionality. (Robert Muir) - * LUCENE-2002: Add required Version matchVersion argument when - constructing ComplexPhraseQueryParser and default (as of 2.9) - enablePositionIncrements to true to match StandardAnalyzer's - default. Also added required matchVersion to most of the analyzers - (Uwe Schindler, Mike McCandless) - Bug fixes * LUCENE-1781: Fixed various issues with the lat/lng bounding box