LUCENE-2215: move Changes.txt entry to 3.5 section

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175942 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-09-26 16:34:29 +00:00
parent 970bed4bca
commit cad1c53ed3
1 changed files with 4 additions and 4 deletions

View File

@ -536,10 +536,6 @@ New features
components between all fields, and PerFieldReuseStrategy which shares per field. components between all fields, and PerFieldReuseStrategy which shares per field.
(Chris Male) (Chris Male)
* LUCENE-2215: Added IndexSearcher.searchAfter which returns results after a specified
ScoreDoc (e.g. last document on the previous page) to support deep paging use cases.
(Aaron McCurry, Grant Ingersoll, Robert Muir)
* LUCENE-2309: Added IndexableField.tokenStream(Analyzer) which is now responsible for * LUCENE-2309: Added IndexableField.tokenStream(Analyzer) which is now responsible for
creating the TokenStreams for Fields when they are to be indexed. (Chris Male) creating the TokenStreams for Fields when they are to be indexed. (Chris Male)
@ -636,6 +632,10 @@ New Features
* LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI). * LUCENE-3448: Added FixedBitSet.and(other/DISI), andNot(other/DISI).
(Uwe Schindler) (Uwe Schindler)
* LUCENE-2215: Added IndexSearcher.searchAfter which returns results after a
specified ScoreDoc (e.g. last document on the previous page) to support deep
paging use cases. (Aaron McCurry, Grant Ingersoll, Robert Muir)
Optimizations Optimizations
* LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to reduce * LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to reduce