You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dn...@apache.org on 2021/10/04 19:45:50 UTC

[lucene] 02/03: LUCENE-10119: Add CHANGES entry

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

dnhatn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 45e8f639b029c6b6ed99f7e39ce9791dca653a37
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:43:17 2021 -0400

    LUCENE-10119: Add CHANGES entry
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index f8acd3c..c0bce20 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -568,6 +568,9 @@ 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
 ---------------------
 (No changes)