BooleanWeight weight = (BooleanWeight) searcher.createNormalizedWeight(bq);
if (slow) {
return new SlowMinShouldMatchScorer(weight, reader, searcher);
} else {
return weight.scorer(reader.getContext(), true, false, null);
}
}
private void assertNext(Scorer expected, Scorer actual) throws Exception {
if (actual == null) {