From cad1c53ed35883787579c7430c346afef67f76d9 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 26 Sep 2011 16:34:29 +0000 Subject: [PATCH] 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 --- lucene/CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 84e5359b2ee..9a6e9953a35 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -536,10 +536,6 @@ New features components between all fields, and PerFieldReuseStrategy which shares per field. (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 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). (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 * LUCENE-3426: Add NGramPhraseQuery which extends PhraseQuery and tries to reduce