Searched defs:DocIdSet (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DDocIdSet.java23 * A DocIdSet contains a set of doc ids. Implementing classes must
26 public abstract class DocIdSet { class
28 /** An empty {@code DocIdSet} instance for easy use, e.g. in Filters that hit no documents. */
29 public static final DocIdSet EMPTY_DOCIDSET = new DocIdSet() {
58 * This method is a hint for {@link CachingWrapperFilter}, if this <code>DocIdSet</code>
60 * <code>false</code>. If you have an own <code>DocIdSet</code> implementation

Completed in 491 milliseconds