mirror of https://github.com/apache/lucene.git
Add missing CHANGES entries for GH#983 and GH#984
This commit is contained in:
parent
bede1c3e8c
commit
e05b3ec7de
|
@ -98,6 +98,8 @@ Improvements
|
||||||
* LUCENE-10603: Update SortedSetDocValues iteration within faceting implementations to use
|
* LUCENE-10603: Update SortedSetDocValues iteration within faceting implementations to use
|
||||||
SortedSetDocValues#docValueCount(). (Greg Miller)
|
SortedSetDocValues#docValueCount(). (Greg Miller)
|
||||||
|
|
||||||
|
* GITHUB#983: AbstractSortedSetDocValueFacetCounts internal code cleanup/refactoring. (Greg Miller)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
* LUCENE-8519: MultiDocValues.getNormValues should not call getMergedFieldInfos (Rushabh Shah)
|
* LUCENE-8519: MultiDocValues.getNormValues should not call getMergedFieldInfos (Rushabh Shah)
|
||||||
|
@ -111,6 +113,9 @@ Optimizations
|
||||||
|
|
||||||
* LUCENE-10593: Vector similarity function and NeighborQueue reverse removal. (Alessandro Benedetti)
|
* LUCENE-10593: Vector similarity function and NeighborQueue reverse removal. (Alessandro Benedetti)
|
||||||
|
|
||||||
|
* GITHUB#984: Use primitive type data structures in FloatTaxonomyFacets and IntTaxonomyFacets
|
||||||
|
#getAllChildren() internal implementation to avoid some garbage creation. (Greg Miller)
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue