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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org