From 47258cc9e982ff5b96d865c3855c37d1a2f5627e Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Fri, 11 Aug 2023 22:39:36 +0200 Subject: [PATCH] Move changes of #12415 to 9.8 --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index cb5c1173042..9e58b4fea57 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -91,8 +91,6 @@ Optimizations * GITHUB#12408: Lazy initialization improvements for Facets implementations when there are segments with no hits to count. (Greg Miller) -* GITHUB#12415: Optimized counts on disjunctive queries. (Adrien Grand) - Bug Fixes --------------------- @@ -176,6 +174,8 @@ Optimizations * GITHUB#12453: Faster bulk numeric reads from BufferedIndexInput (Armin Braun) +* GITHUB#12415: Optimized counts on disjunctive queries. (Adrien Grand) + Bug Fixes ---------------------