You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ju...@apache.org on 2021/07/17 04:10:38 UTC

[lucene] branch main updated: Add missing changelog entry for LUCENE-10026

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

julietibs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 982b95e  Add missing changelog entry for LUCENE-10026
982b95e is described below

commit 982b95e38ec54a80a1b1a3579f7182baed32c710
Author: Julie Tibshirani <ju...@gmail.com>
AuthorDate: Fri Jul 16 21:07:57 2021 -0700

    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 14ca78d..83abaa3 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)