iprithv commented on PR #16069:
URL: https://github.com/apache/lucene/pull/16069#issuecomment-4509169668
@romseygeek Updated fillScoreBufferViaBitSet to use nextDocsAndScores() for
bulk scoring. filter check now happens inside the batch, for each doc returned
by nextDocsAndScores, we check filterMatches.get(doc - innerWindowMin) and only
accumulate scores for matching docs into windowMatches/windowScores.
ran benchmark with 20 JVM × 20 repeats on wikimediumall (33M docs). Thanks!
| Task | Delta | p-value |
|------|-------|---------|
| AndHighHigh | -3.6% | 0.398 |
| AndHighMed | -3.0% | 0.396 |
| OrHighHigh | -2.2% | 0.568 |
| OrHighMed | -1.8% | 0.506 |
| OrHighLow | -1.1% | 0.553 |
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]