mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
ea2883c40a
commit
2e4dc5b003
10
CHANGES.txt
10
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue