Add change line for LUCENE-9848

This commit is contained in:
Mayya Sharipova 2022-05-04 14:22:31 -04:00
parent dc6a7f9468
commit 87255c117d
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ Improvements
* LUCENE-10467: Throws IllegalArgumentException for Facets#getAllDims and Facets#getTopChildren
if topN <= 0. (Yuting Gan)
* LUCENE-9848: Correctly sort HNSW graph neighbors when applying diversity criterion (Mayya
Sharipova, Michael Sokolov)
Optimizations
---------------------