From c95a8f6513cd03a7939bd83ab5d287a8f1da9c06 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 24 Oct 2023 18:03:53 +0200 Subject: [PATCH] Move CHANGES to the right section. --- lucene/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index eea75bc7104..2ce7d1c354c 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -101,9 +101,6 @@ Optimizations * GITHUB#12552: Make FSTPostingsFormat load FSTs off-heap. (Tony X) -* GITHUB#12589: Disjunctions now sometimes run as conjunctions when the minimum - competitive score requires multiple clauses to match. (Adrien Grand) - Bug Fixes --------------------- @@ -221,6 +218,9 @@ Optimizations * GITHUB#12653: Optimize computing number of levels in MultiLevelSkipListWriter#bufferSkip. (Shubham Chaudhary) +* GITHUB#12589: Disjunctions now sometimes run as conjunctions when the minimum + competitive score requires multiple clauses to match. (Adrien Grand) + Changes in runtime behavior ---------------------