* 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
This commit is contained in:
Adrien Grand 2015-10-28 10:08:40 +00:00
parent 44280edf79
commit c7c83248c9
1 changed files with 3 additions and 3 deletions

View File

@ -74,9 +74,6 @@ API Changes
IndexOutput.getName returns its name (Dawid Weiss, Robert Muir, Mike IndexOutput.getName returns its name (Dawid Weiss, Robert Muir, Mike
McCandless) McCandless)
* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0.
(Adrien Grand)
Changes in Runtime Behavior Changes in Runtime Behavior
* LUCENE-6789: IndexSearcher's default Similarity is changed to BM25Similarity. * 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 * LUCENE-6939: SpanOrQuery.addClause is now deprecated, clauses should all be
provided at construction time. (Paul Elschot via Adrien Grand) provided at construction time. (Paul Elschot via Adrien Grand)
* LUCENE-6855: CachingWrapperQuery is deprecated and will be removed in 6.0.
(Adrien Grand)
Optimizations Optimizations
* LUCENE-6708: TopFieldCollector does not compute the score several times on the * LUCENE-6708: TopFieldCollector does not compute the score several times on the