Add CHANGES entry for LUCENE-10467

This commit is contained in:
Greg Miller 2022-04-05 09:32:07 -07:00
parent 6b82e600a8
commit a071180a80
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ Improvements
* LUCENE-10484: Add support for concurrent random sampling by calling
RandomSamplingFacetsCollector#createManager. (Luca Cavanna)
* LUCENE-10467: Throws IllegalArgumentException for Facets#getAllDims and Facets#getTopChildren
if topN <= 0. (Yuting Gan)
Optimizations
---------------------