Re: [PR] Adjust equivalent min similarity HNSW exploration logic [lucene]

2025-03-21 Thread via GitHub
benwtrent merged PR #14366: URL: https://github.com/apache/lucene/pull/14366 -- 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.a

Re: [PR] Adjust equivalent min similarity HNSW exploration logic [lucene]

2025-03-20 Thread via GitHub
mayya-sharipova commented on code in PR #14366: URL: https://github.com/apache/lucene/pull/14366#discussion_r2005709557 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java: ## @@ -266,11 +266,21 @@ void searchLevel( // A bound that holds the minimum s

Re: [PR] Adjust equivalent min similarity HNSW exploration logic [lucene]

2025-03-20 Thread via GitHub
mayya-sharipova commented on code in PR #14366: URL: https://github.com/apache/lucene/pull/14366#discussion_r2005708592 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java: ## @@ -266,11 +266,21 @@ void searchLevel( // A bound that holds the minimum s