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

[lucene-solr] branch branch_8_10 updated (bbeea87 -> d7d2026)

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

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


    from bbeea87  LUCENE-10126 Add extra test on _doc sort (#326)
     new 79aaa47  LUCENE-10106: Add CHANGES entry
     new e012145  LUCENE-10119: Add CHANGES entry
     new d7d2026  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 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

[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_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
 ---------------------
 

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

commit d7d2026cb7f41a89445e2d0baf6c7002fa1a416a
Author: Nhat Nguyen <nh...@elastic.co>
AuthorDate: Mon Oct 4 15:25:32 2021 -0400

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

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index 05dd32c..0d2b661 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -7,7 +7,9 @@ http://s.apache.org/luceneversions
 
 Bug Fixes
 ---------------------
-(No changes)
+
+* LUCENE-10126: Sort optimization with a chunked bulk scorer
+  can wrongly skip documents (Nhat Nguyen, Mayya Sharipova)
 
 ======================= Lucene 8.10.0 =======================
 

[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_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
 ---------------------