mrkm4ntr commented on PR #13043:
URL: https://github.com/apache/lucene/pull/13043#issuecomment-1914318228
For this case. Suppose ScorerA, B, and C can return valid maxScore. If the
ScorerD is dominant, larger minCompetitiveScore is set to WANDScorer. But
ConjunctionScorer returns Infinity as maxScore and scaledMaxScore becomes 0.
Then WANDScorer cannot skip docs well. Is my understanding correct?
```
DisjunctionMaxScorer(scorers=[
WANDScorer(scorers=[ConjunctionScorer(ScorerA, ScorerB), ScorerC]),
ScorerD
], tieBreakerMultiplier=0.0)
```
--
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]