You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2021/10/11 09:14:11 UTC

[lucene] branch main updated: Update CHANGES entry for 8.10.1

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

jimczi 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 ed69f60  Update CHANGES entry for 8.10.1
ed69f60 is described below

commit ed69f6080f5943b6f547d1d431e6d34ebd7f9e36
Author: jimczi <ji...@apache.org>
AuthorDate: Mon Oct 11 11:13:58 2021 +0200

    Update CHANGES entry for 8.10.1
---
 lucene/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 6ade60b..a8ab25a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -439,9 +439,6 @@ Optimizations
 Bug Fixes
 ---------------------
 
-* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
- but the combined score mode doesn't allow it. (Jim Ferenczi)
-
 * LUCENE-10111: Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter.
   (Lu Xugang)
 
@@ -468,6 +465,9 @@ Other
 Bug Fixes
 ---------------------
 
+* LUCENE-10110: MultiCollector now handles single leaf collector that wants to skip low-scoring hits
+ but the combined score mode doesn't allow it. (Jim Ferenczi)
+
 * LUCENE-10119: Sort optimization with search_after can wrongly skip documents
   whose values are equal to the last value of the previous page (Nhat Nguyen)