LUCENE-2002: move changes entry back to 'API changes'

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829814 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-10-26 14:37:25 +00:00
parent 2e4dc5b003
commit c2bc750e48
2 changed files with 11 additions and 11 deletions

View File

@ -10,11 +10,6 @@ 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
@ -103,6 +98,11 @@ 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

View File

@ -8,12 +8,6 @@ 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
@ -31,6 +25,12 @@ 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