From 33861527914770b556528b66c90bc6ed421c2034 Mon Sep 17 00:00:00 2001 From: Steve Rowe Date: Tue, 31 Jan 2017 01:12:58 -0500 Subject: [PATCH] LUCENE-7670: changes entry --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) 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