remove stale comment

This commit is contained in:
Mike McCandless 2017-03-11 06:41:49 -05:00
parent 0fb386a864
commit a3f4896359
1 changed files with 0 additions and 1 deletions

View File

@ -183,7 +183,6 @@ public class BooleanQuery extends Query implements Iterable<BooleanClause> {
private BooleanQuery rewriteNoScoring() {
BooleanQuery.Builder newQuery = new BooleanQuery.Builder();
// ignore disableCoord, which only matters for scores
newQuery.setMinimumNumberShouldMatch(getMinimumNumberShouldMatch());
for (BooleanClause clause : clauses) {
if (clause.getOccur() == Occur.MUST) {