You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2020/06/05 18:24:47 UTC

[lucene-solr] branch branch_8x updated: LUCENE-9393: Fix CHANGES entry

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

tflobbe 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 a8e5991  LUCENE-9393: Fix CHANGES entry
a8e5991 is described below

commit a8e5991aafb799c602a1a6835b3ffa469235853a
Author: Tomas Fernandez Lobbe <tf...@apache.org>
AuthorDate: Fri Jun 5 11:23:38 2020 -0700

    LUCENE-9393: Fix CHANGES entry
---
 lucene/CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index dd8ab29..36dd7fe 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -66,7 +66,8 @@ Improvements
 * LUCENE-9359: SegmentInfos#readCommit now always returns a
   CorruptIndexException if the content of the file is invalid. (Adrien Grand)
   
-* LUCENE-9393: FunctionScoreQuery turns TOP_DOCS to COMPLETE in inner weights
+* LUCENE-9393: Make FunctionScoreQuery use ScoreMode.COMPLETE for creating the inner query weight when
+  ScoreMode.TOP_DOCS is requested. (Tomás Fernández Löbbe)
 
 Optimizations
 ---------------------