[GitHub] [lucene] rmuir merged pull request #12014: Ban use of Math.fma across the entire codebase

2022-12-17 Thread GitBox
rmuir merged PR #12014: URL: https://github.com/apache/lucene/pull/12014 -- 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.apach

[GitHub] [lucene] rmuir commented on a diff in pull request #11946: add similarity threshold for hnsw

2022-12-17 Thread GitBox
rmuir commented on code in PR #11946: URL: https://github.com/apache/lucene/pull/11946#discussion_r1051525868 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -76,12 +91,29 @@ public KnnVectorQuery(String field, float[] target, int k) { * @throws I