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:46 UTC

[lucene-solr] 01/03: LUCENE-10106: 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 79aaa47931d86071d3fae64619da40e5ee7c22ed
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:20:56 2021 -0400

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 47086b5..2b540b7 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -130,6 +130,9 @@ Bug Fixes
 * LUCENE-10081: KoreanTokenizer should check the max backtrace gap on whitespaces.
   (Jim Ferenczi)
 
+* LUCENE-10106: Sort optimization can wrongly skip the first document of
+  each segment (Nhat Nguyen)
+
 Other
 ---------------------