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)