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

[lucene] branch main updated (18fc6c1 -> 92a53d3)

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

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


    from 18fc6c1  LUCENE-10145: Speed up byte[] comparisons using VarHandles. (#349)
     new c18e623  LUCENE-10106: Add CHANGES entry
     new 45e8f63  LUCENE-10119: Add CHANGES entry
     new 92a53d3  LUCENE-10126: Add CHANGES entry

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lucene/CHANGES.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

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

Posted by dn...@apache.org.
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)

[lucene] 03/03: LUCENE-10126: Add CHANGES entry

Posted by dn...@apache.org.
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 92a53d36014c820c0946850a378f993fc8e9619a
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:44:11 2021 -0400

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index c0bce20..e1072cd 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -436,6 +436,9 @@ Bug Fixes
 
 * LUCENE-10070 Skip deleted docs when accumulating facet counts for all docs. (Ankur Goel, Greg Miller)
 
+* LUCENE-10126: Sort optimization with a chunked bulk scorer
+  can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
+
 Build
 ---------------------
 

[lucene] 01/03: LUCENE-10106: Add CHANGES entry

Posted by dn...@apache.org.
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 c18e623b9aa83d81bcc5fb03b1c3dd8eb188064e
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:42:55 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 c39a7d4..f8acd3c 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -565,6 +565,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
 ---------------------
 (No changes)