From 982b95e38ec54a80a1b1a3579f7182baed32c710 Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Fri, 16 Jul 2021 21:07:57 -0700 Subject: [PATCH] Add missing changelog entry for LUCENE-10026 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 14ca78d93aa..83abaa3f85e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -404,6 +404,9 @@ Bug Fixes * LUCENE-10020: DocComparator should not skip docs with the same docID on multiple sorts with search after (Mayya Sharipova, Julie Tibshirani) +* LUCENE-10026: Fix CombinedFieldQuery equals and hashCode, which ensures + query rewrites don't drop CombinedFieldQuery clauses. (Julie Tibshirani) + Other --------------------- (No changes)