You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by za...@apache.org on 2021/12/20 05:49:04 UTC

[lucene] branch main updated: LUCENE-10236: Add change entry (#456)

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

zacharymorn 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 92e5391  LUCENE-10236: Add change entry (#456)
92e5391 is described below

commit 92e5391f27bce19d9760e0734ee130836578012d
Author: zacharymorn <za...@yahoo.com>
AuthorDate: Sun Dec 19 21:48:58 2021 -0800

    LUCENE-10236: Add change entry (#456)
    
    Co-authored-by: Michael McCandless <mi...@apache.org>
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 3b8d4eb..974197f 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -112,6 +112,9 @@ Bug Fixes
 
 * LUCENE-10287: Fix Luke startup script to add jdk.unsupported module so
   MMapDirectory is used when opening indexes. (Uwe Schindler)
+  
+* LUCENE-10236: Stop duplicating norms when scoring in CombinedFieldQuery.
+  (Zach Chen, Jim Ferenczi, Julie Tibshirani)
 
 Other
 ---------------------