From d4c0eaf9dbeb8609eca88aadf0570d1217fd5532 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Thu, 1 Feb 2024 14:40:07 +0100 Subject: [PATCH] Fix formatting of some CHANGES entries. --- lucene/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 3c23e05cc7d..71defbfbaf7 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -216,7 +216,7 @@ Optimizations * GITHUB#12841: Move group-varint encoding/decoding logic to DataOutput/DataInput. (Adrien Grand, Zhang Chao, Uwe Schindler) -* GITHUB#:12997 Avoid reset BlockDocsEnum#freqBuffer when indexHasFreq is false. (Zhang Chao, Adrien Grand) +* GITHUB#12997 Avoid reset BlockDocsEnum#freqBuffer when indexHasFreq is false. (Zhang Chao, Adrien Grand) * GITHUB#12989: Split taxonomy facet arrays across reusable chunks of elements to reduce allocations. (Michael Froh, Stefan Vodita) @@ -232,7 +232,7 @@ Optimizations * GITHUB#13052: Avoid set.removeAll(list) O(n^2) performance trap in the UpgradeIndexMergePolicy (Dmitry Cherniachenko) -* GITHUB#:13036 Optimize counts on two clause term disjunctions. (Adrien Grand, Johannes Fredén) +* GITHUB#13036 Optimize counts on two clause term disjunctions. (Adrien Grand, Johannes Fredén) Bug Fixes ---------------------