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

[lucene-solr] branch branch_8_10 updated: Correct CHANGES entry for 8.10.1

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

mayya pushed a commit to branch branch_8_10
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_10 by this push:
     new ecccc0f  Correct CHANGES entry for 8.10.1
ecccc0f is described below

commit ecccc0fa1bd2c8043190bb496ec581d69e84e2de
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Sun Oct 10 07:29:03 2021 -0400

    Correct 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 0d2b661..1711a3a 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -8,6 +8,9 @@ http://s.apache.org/luceneversions
 Bug Fixes
 ---------------------
 
+* 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)
+
 * LUCENE-10126: Sort optimization with a chunked bulk scorer
   can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
 
@@ -135,9 +138,6 @@ Bug Fixes
 * LUCENE-10106: Sort optimization can wrongly skip the first document of
   each segment (Nhat Nguyen)
 
-* 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)
-
 Other
 ---------------------