You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2022/05/13 23:03:20 UTC

[lucene] branch main updated: CHANGES entry for LUCENE-10488

This is an automated email from the ASF dual-hosted git repository.

gsmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new e01b65d2841 CHANGES entry for LUCENE-10488
e01b65d2841 is described below

commit e01b65d28418d9bfc7439b3f3b701ea520700c86
Author: Greg Miller <gs...@gmail.com>
AuthorDate: Fri May 13 16:02:57 2022 -0700

    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