mirror of https://github.com/apache/lucene.git
This changes entry was somehow at the wrong position, I think the merge broke it
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829276 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f6afbe1bc
commit
ce4dd93a94
12
CHANGES.txt
12
CHANGES.txt
|
@ -93,7 +93,12 @@ API Changes
|
|||
was deprecated and will be removed in a later version.
|
||||
(DM Smith, Uwe Schindler)
|
||||
|
||||
* LUCENE-1973: Remove deprecated Similarity methods. (Uwe Schindler)
|
||||
* 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
|
||||
|
||||
|
@ -137,11 +142,6 @@ Optimizations
|
|||
* LUCENE-1183: Optimize Levenshtein Distance computation in
|
||||
FuzzyQuery. (Cédrik Lime via Mike McCandless)
|
||||
|
||||
* 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)
|
||||
|
||||
* LUCENE-2006: Optimization of FieldDocSortedHitQueue to always
|
||||
use Comparable<?> interface. (Uwe Schindler, Mark Miller)
|
||||
|
||||
|
|
Loading…
Reference in New Issue