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
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..
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
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
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
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
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