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:10:50 UTC

[lucene-solr] branch branch_8x 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 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 9bb3454  Update CHANGES entry for 8.10.1
9bb3454 is described below

commit 9bb345473f607b8c525d7e4fd774a0ff49e68070
Author: jimczi <ji...@apache.org>
AuthorDate: Mon Oct 11 11:10:27 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 bbe6874..07fd306 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -26,9 +26,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)
 
@@ -55,6 +52,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)