From 3e0dc2b572d7d9df263e7b180f535ac8b79f6929 Mon Sep 17 00:00:00 2001 From: Luca Cavanna Date: Mon, 26 Jun 2023 11:23:17 +0200 Subject: [PATCH] Add missing change entires for 9.8 --- lucene/CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index f7c2ab77b63..735d6320148 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -136,6 +136,10 @@ Optimizations * GITHUB#12361: Faster top-level disjunctions sorted by descending score. (Adrien Grand) +* GITHUB#12372: Reduce allocation during HNSW construction (Jonathan Ellis) + +* GITHUB#12385: Restore parallel knn query rewrite across segments rather than slices (Luca Cavanna) + Bug Fixes ---------------------