From e01b65d28418d9bfc7439b3f3b701ea520700c86 Mon Sep 17 00:00:00 2001 From: Greg Miller Date: Fri, 13 May 2022 16:02:57 -0700 Subject: [PATCH] CHANGES entry for LUCENE-10488 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 5d0033eefe5..99e4e19fbc6 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -161,6 +161,9 @@ Optimizations * LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc in HNSW vectors (Lu Xugang) +* LUCENE-10488: Facets#getTopDims optimized for taxonomy faceting and + ConcurrentSortedSetDocValuesFacetCounts. (Yuting Gan) + Bug Fixes --------------------- * LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite