You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2021/08/16 14:04:40 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9963: move CHANGES entry to be consistent with main's

This is an automated email from the ASF dual-hosted git repository.

mikemccand pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 7470616  LUCENE-9963: move CHANGES entry to be consistent with main's
7470616 is described below

commit 74706168d4a7f93f402b376686f7b9b0eb6a6b43
Author: Mike McCandless <mi...@apache.org>
AuthorDate: Mon Aug 16 10:04:12 2021 -0400

    LUCENE-9963: move CHANGES entry to be consistent with main's
---
 lucene/CHANGES.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 5f69a7f..f2dfd8b 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -85,8 +85,6 @@ Optimizations
 Bug Fixes
 ---------------------
 
-* LUCENE-9963: Improve FlattenGraphFilter's robustness when handling incoming token graphs with holes (Geoffrey Lawson)
-
 * LUCENE-9988: Fix DrillSideways correctness bug introduced in LUCENE-9944 (Greg Miller)
 
 * LUCENE-9964: Duplicate long values in a document field should only be counted once when using SortedNumericDocValuesFields
@@ -106,6 +104,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
 ---------------------