From f79b316bd5cfc1702719c20c96218801b79c46ad Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Wed, 31 May 2023 15:18:34 -0700 Subject: [PATCH] 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 ba0378c1180e..90a642e5516c 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 ---------------------