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:31:47 UTC

[lucene-solr] 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 branch_8_10
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit e012145966390838c8d369a0deb60f6f38f46c34
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:22:52 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 2b540b7..05dd32c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -133,6 +133,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
 ---------------------