Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DenseConjunctionBulkScorer set a Scorer.
This is important because some composite scorers collect the same segment with different scorers. So if a `BulkScorer` doesn't set a `Scorer`, the collector may implicitly use the scorer that was used to collect a previous window of doc IDs. Closes #14088.
- Loading branch information