From 931ff632329aacc65bfbbafb958633dd6819979a Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Mon, 9 Aug 2021 16:11:31 -0400 Subject: [PATCH] LUCENE-9963: add CHANGES entry --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 4e1a8ff572c..fbad291d9be 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -438,6 +438,9 @@ Bug Fixes * LUCENE-10046: Counting bug fixed in StringValueFacetCounts. (Greg Miller) +* LUCENE-9963: FlattenGraphFilter is now more robust when handling + incoming holes in the input token graph (Geoff Lawson) + Other --------------------- (No changes)