From 483d28853a03aa57e727f0639032918e725a7032 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Mon, 25 Sep 2023 13:38:53 +0200 Subject: [PATCH] Move CHANGES entry to correct version. --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 27c403e2813..41db2a06138 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -96,9 +96,6 @@ Optimizations * GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X) -* GITHUB#12382: Faster top-level conjunctions on term queries when sorting by - descending score. (Adrien Grand) - Bug Fixes --------------------- @@ -160,6 +157,9 @@ Optimizations * GITHUB#12573: Use radix sort to speed up the sorting of deleted terms. (Guo Feng) +* GITHUB#12382: Faster top-level conjunctions on term queries when sorting by + descending score. (Adrien Grand) + Changes in runtime behavior ---------------------