mirror of https://github.com/apache/lucene.git
LUCENE-7670: move changes entry under 6.4.1
This commit is contained in:
parent
d9edc0b741
commit
2e651010fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue