final class DocsWithFieldSet extends DocIdSet
Modifier and Type | Field and Description |
---|---|
private static long |
BASE_RAM_BYTES_USED |
private int |
cost |
private int |
lastDocId |
private FixedBitSet |
set |
Constructor and Description |
---|
DocsWithFieldSet() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
add(int docID) |
DocIdSetIterator |
iterator()
Provides a
DocIdSetIterator to access the set. |
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources
private static long BASE_RAM_BYTES_USED
private FixedBitSet set
private int cost
private int lastDocId
void add(int docID)
public long ramBytesUsed()
Accountable
public DocIdSetIterator iterator()
DocIdSet
DocIdSetIterator
to access the set.
This implementation can return null
if there
are no docs that match.