From 7eec0a48476f990b0bfae8475a0e291d23521954 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Mon, 1 Apr 2024 09:46:24 -0400 Subject: [PATCH] #11722: add CHANGES.txt entry --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 0c92bd6d36f..cd4ba77d3c4 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -260,6 +260,9 @@ Optimizations * GITHUB#13232 : Introduce singleton for PackedInts.NullReader of size 256 (Armin Braun) +* GITHUB#11722: Binary search the BlockTree terms dictionary entries when all suffixes have the same length + in a leaf block, speeding up cases like primary key lookup on an id field when all ids are the same length. (zhouhui) + Bug Fixes ---------------------