You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2023/05/31 22:19:00 UTC

[lucene] branch main updated: Add CHANGES entry for GH#12334

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

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


The following commit(s) were added to refs/heads/main by this push:
     new f79b316bd5c Add CHANGES entry for GH#12334
f79b316bd5c is described below

commit f79b316bd5cfc1702719c20c96218801b79c46ad
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Wed May 31 15:18:34 2023 -0700

    Add CHANGES entry for GH#12334
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index ba0378c1180..90a642e5516 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -153,6 +153,9 @@ Improvements
 
 * GITHUB#12325: Parallelize AbstractKnnVectorQuery rewrite across slices rather than segments. (Luca Cavanna)
 
+* GITHUB#12333: NumericLeafComparator#competitiveIterator makes better use of a "search after" value when paginating.
+  (Chaitanya Gohel)
+
 Optimizations
 ---------------------