Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop requiring MaxScoreBulkScorer's outer window from having at least…
… INNER_WINDOW_SIZE docs. (#13582) Currently `MaxScoreBulkScorer` requires its "outer" window to be at least `WINDOW_SIZE`. The intuition there was that we should make sure we should use the whole range of the bit set that we are using to collect matches. The downside is that it may force us to use an upper level in the skip list that has worse upper bounds for the scores.
- Loading branch information