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