From c7c83248c96d498a1c0f6cc99fcf9e50278a88a5 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Wed, 28 Oct 2015 10:08:40 +0000 Subject: [PATCH] * LUCENE-6855: Move CHANGES entry to the right section. git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1710976 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 203864350d1..6fafbf227f9 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -74,9 +74,6 @@ API Changes IndexOutput.getName returns its name (Dawid Weiss, Robert Muir, Mike McCandless) -* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0. - (Adrien Grand) - Changes in Runtime Behavior * LUCENE-6789: IndexSearcher's default Similarity is changed to BM25Similarity. @@ -135,6 +132,9 @@ API Changes * LUCENE-6939: SpanOrQuery.addClause is now deprecated, clauses should all be provided at construction time. (Paul Elschot via Adrien Grand) +* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0. + (Adrien Grand) + Optimizations * LUCENE-6708: TopFieldCollector does not compute the score several times on the