mikemccand commented on PR #15472:
URL: https://github.com/apache/lucene/pull/15472#issuecomment-3670431629
The `JVector` specific KNN query seems to have some interesting query-time
hyper-parameters:
```
private final int overQueryFactor;
private final float threshold;
private final float rerankFloor;
private final boolean usePruning;
```
Does Lucene's KNN query have corollaries for these?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]