Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOLR-15114: WAND does not work correctly on multiple segments (apache…
…#2259) In Solr 8.6.3, minCompetitiveScore of WANDScorer resets to zero for each index segment and remain zero until maxScore is updated. There are two causes of this problem: * MaxScoreCollector does not set minCompetitiveScore of MinCompetitiveScoreAwareScorable newly generated for another index segment. * MaxScoreCollector updates minCompetitiveScore only if maxScore is updated. This behavior is correct considering the purpose of MaxScoreCollector. For details, see the attached pdf https://issues.apache.org/jira/secure/attachment/13019548/wand.pdf.
- Loading branch information