benwtrent opened a new issue, #14180: URL: https://github.com/apache/lucene/issues/14180
### Description Related to: https://github.com/apache/lucene/pull/14167 But multi-threaded search over multiple segments in addition to multi-leaf collection (e.g. information sharing) can lead to consistent results at low `k` values. It is possible to get more consistent results, and likely remove most inconsistencies by simply gathering more neighbors (`k` in the query, `fanout` in lucene util, or `efSearch` if you will...). However, while HNSW search is approximate, we should strive for consistency. ### Version and environment details _No response_ -- 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: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org