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:40:39 UTC

[lucene-solr] branch branch_8x updated (3b52227 -> 46567de)

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

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


    from 3b52227  LUCENE-10126 Add extra test on _doc sort (#326)
     new 408264b  LUCENE-10106: Add CHANGES entry
     new fe6ce92  LUCENE-10119: Add CHANGES entry
     new 46567de  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-solr] 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit fe6ce92e55cc7397a678674490e31cdeba1e40f8
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 862651d..c0b6f53 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -171,6 +171,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
 ---------------------
 

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

commit 46567de54d83bb11cc70e3f51e92817a3c18c638
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:25:32 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 c0b6f53..0b94f83 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -37,6 +37,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-solr] 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 branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 408264b8038e6a3e5005d8520cc3ff23d3a22d94
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 e86cae2..862651d 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -168,6 +168,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
 ---------------------