diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8d1eb2106f8..746901262cb 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -108,6 +108,9 @@ 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