org.apache.lucene.util
Class DocIdBitSet
java.lang.Object
org.apache.lucene.search.DocIdSet
org.apache.lucene.util.DocIdBitSet
public class DocIdBitSet
- extends DocIdSet
Simple DocIdSet and DocIdSetIterator backed by a BitSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocIdBitSet
public DocIdBitSet(BitSet bitSet)
iterator
public DocIdSetIterator iterator()
- Description copied from class:
DocIdSet
- Provides a
DocIdSetIterator
to access the set.
This implementation can return null
or
DocIdSet.EMPTY_DOCIDSET.iterator()
if there
are no docs that match.
- Specified by:
iterator
in class DocIdSet
isCacheable
public boolean isCacheable()
- This DocIdSet implementation is cacheable.
- Overrides:
isCacheable
in class DocIdSet
getBitSet
public BitSet getBitSet()
- Returns the underlying BitSet.