lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Make the HitQueue size more appropriate for KNN exact search

Open bugmakerrrrrr opened this issue 2 years ago • 0 comments

Description

Currently, when performing KNN exact search, we consistently set the HitQueue size to k. However, there may be instances where the number of candidates is actually lower than k.

bugmakerrrrrr avatar Mar 14 '24 15:03 bugmakerrrrrr