From baecaf556f8fe5db69d130f0a9094e83c2f5f226 Mon Sep 17 00:00:00 2001 From: Mike McCandless Date: Mon, 1 Apr 2024 09:52:10 -0400 Subject: [PATCH] Fix PR number reference (#11722 -> #11888) --- lucene/CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index cd4ba77d3c4..9b94523b8de 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -260,7 +260,7 @@ 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 +* GITHUB#11888: 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