CHANGES entry for LUCENE-10488

This commit is contained in:
Greg Miller 2022-05-13 16:02:57 -07:00
parent f0ec226167
commit e01b65d284
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@ Optimizations
* LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle * LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle
ordToDoc in HNSW vectors (Lu Xugang) ordToDoc in HNSW vectors (Lu Xugang)
* LUCENE-10488: Facets#getTopDims optimized for taxonomy faceting and
ConcurrentSortedSetDocValuesFacetCounts. (Yuting Gan)
Bug Fixes Bug Fixes
--------------------- ---------------------
* LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite * LUCENE-10477: Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite