diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index e2e0a4d4d00..a3c27ef6d3f 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -201,7 +201,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 ---------------------