Add missing CHANGES entries for GH#983 and GH#984

This commit is contained in:
Greg Miller 2022-06-29 13:08:01 -07:00
parent bede1c3e8c
commit e05b3ec7de
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,8 @@ Improvements
* LUCENE-10603: Update SortedSetDocValues iteration within faceting implementations to use
SortedSetDocValues#docValueCount(). (Greg Miller)
* GITHUB#983: AbstractSortedSetDocValueFacetCounts internal code cleanup/refactoring. (Greg Miller)
Optimizations
---------------------
* 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)
* GITHUB#984: Use primitive type data structures in FloatTaxonomyFacets and IntTaxonomyFacets
#getAllChildren() internal implementation to avoid some garbage creation. (Greg Miller)
Bug Fixes
---------------------