LUCENE-7670: move changes entry under 6.4.1

This commit is contained in:
Steve Rowe 2017-01-31 08:20:04 -05:00
parent d9edc0b741
commit 2e651010fc
1 changed files with 3 additions and 3 deletions

View File

@ -108,9 +108,6 @@ Bug Fixes
* LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads
and preserve all attributes. (Nathan Gass via Uwe Schindler)
* LUCENE-7670: AnalyzingInfixSuggester should not immediately open an
IndexWriter over an already-built index. (Steve Rowe)
Improvements
* LUCENE-7055: Added Weight#scorerSupplier, which allows to estimate the cost
@ -173,6 +170,9 @@ Bug Fixes
configured with BEST_COMPRESSION. This could otherwise result in out-of-memory
issues. (Adrien Grand)
* LUCENE-7670: AnalyzingInfixSuggester should not immediately open an
IndexWriter over an already-built index. (Steve Rowe)
======================= Lucene 6.4.0 =======================
API Changes