[GitHub] [lucene] javanna merged pull request #12335: Don't generate stacktrace for TimeExceededException

2023-05-30 Thread via GitHub
javanna merged PR #12335: URL: https://github.com/apache/lucene/pull/12335 -- 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.apa

[GitHub] [lucene] javanna commented on pull request #12335: Don't generate stacktrace for TimeExceededException

2023-05-30 Thread via GitHub
javanna commented on PR #12335: URL: https://github.com/apache/lucene/pull/12335#issuecomment-1567997528 thanks @jimczi ! -- 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

[GitHub] [lucene] romseygeek commented on issue #12318: Async Usage of Lucene Monitor through a Reactive Programming based application

2023-05-30 Thread via GitHub
romseygeek commented on issue #12318: URL: https://github.com/apache/lucene/issues/12318#issuecomment-1568018194 Hi @almogtavor! I think you're probably best off writing your own Matcher implementation here, and possibly extending Monitor as well, given that `match` is an inherently synchr

[GitHub] [lucene] joshdevins commented on pull request #12314: Multi-value support for KnnVectorField

2023-05-30 Thread via GitHub
joshdevins commented on PR #12314: URL: https://github.com/apache/lucene/pull/12314#issuecomment-1568187706 > SUM = the similarity score between the query and each vector is computed, all scores are summed to get the final score > SUM = every time we find a nearest neighbor vector to be a

[GitHub] [lucene] alessandrobenedetti commented on pull request #12314: Multi-value support for KnnVectorField

2023-05-30 Thread via GitHub
alessandrobenedetti commented on PR #12314: URL: https://github.com/apache/lucene/pull/12314#issuecomment-1568397130 > > SUM = the similarity score between the query and each vector is computed, all scores are summed to get the final score > > SUM = every time we find a nearest neighbor v

[GitHub] [lucene] alessandrobenedetti merged pull request #12246: Set word2vec getSynonyms method thread-safe

2023-05-30 Thread via GitHub
alessandrobenedetti merged PR #12246: URL: https://github.com/apache/lucene/pull/12246 -- 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..

[GitHub] [lucene] gsmiller commented on a diff in pull request #12334: Fix searchafter query high latency when after value is out of range for segment

2023-05-30 Thread via GitHub
gsmiller commented on code in PR #12334: URL: https://github.com/apache/lucene/pull/12334#discussion_r1210741210 ## lucene/core/src/java/org/apache/lucene/search/comparators/NumericComparator.java: ## @@ -204,13 +200,21 @@ private void updateCompetitiveIterator() throws IOExcep