LUCENE-6950: Move CHANGES entry to 5.4.1.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1724058 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Adrien Grand 2016-01-11 15:15:05 +00:00
parent 8c13ad2d8a
commit 02490abcb6
1 changed files with 4 additions and 4 deletions

View File

@ -175,10 +175,6 @@ Bug Fixes
* SOLR-7865: BlendedInfixSuggester was returning too many results
(Arcadius Ahouansou via Mike McCandless)
* LUCENE-6950: Fix FieldInfos handling of UninvertingReader, e.g. do not
hide the true docvalues update generation or other properties.
(Ishan Chattopadhyaya via Robert Muir)
* LUCENE-2229: Fix Highlighter's SimpleSpanFragmenter when multiple adjacent
stop words following a span can unduly make the fragment way too long.
(Elmer Garduno, Lukhnos Liu via David Smiley)
@ -245,6 +241,10 @@ Bug Fixes
* LUCENE-6929: Fix SpanNotQuery rewriting to not drop the pre/post parameters.
(Tim Allison via Adrien Grand)
* LUCENE-6950: Fix FieldInfos handling of UninvertingReader, e.g. do not
hide the true docvalues update generation or other properties.
(Ishan Chattopadhyaya via Robert Muir)
======================= Lucene 5.4.0 =======================
New Features