LUCENE-7670: changes entry

This commit is contained in:
Steve Rowe 2017-01-31 01:12:58 -05:00
parent c1fe88b7c6
commit 3386152791
1 changed files with 3 additions and 0 deletions

View File

@ -108,6 +108,9 @@ Bug Fixes
* LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads * LUCENE-7630: Fix (Edge)NGramTokenFilter to no longer drop payloads
and preserve all attributes. (Nathan Gass via Uwe Schindler) 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 Improvements
* LUCENE-7055: Added Weight#scorerSupplier, which allows to estimate the cost * LUCENE-7055: Added Weight#scorerSupplier, which allows to estimate the cost