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:
Uwe Schindler 2009-10-23 23:14:41 +00:00
parent 6f6afbe1bc
commit ce4dd93a94
1 changed files with 6 additions and 6 deletions

View File

@ -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)