Remove Lucene.isEmpty(DocIdSet).

After the Filter ban, this method is not used anymore.
This commit is contained in:
Adrien Grand 2015-10-21 15:34:32 +02:00
parent 3ba4dfa3a6
commit fd592c6d76
1 changed files with 0 additions and 7 deletions

View File

@ -717,13 +717,6 @@ public class Lucene {
}
}
/**
* Is it an empty {@link DocIdSet}?
*/
public static boolean isEmpty(@Nullable DocIdSet set) {
return set == null || set == DocIdSet.EMPTY;
}
/**
* Given a {@link Scorer}, return a {@link Bits} instance that will match
* all documents contained in the set. Note that the returned {@link Bits}