abstract static class PackedInts.ReaderImpl extends PackedInts.Reader
Modifier and Type | Field and Description |
---|---|
protected int |
valueCount |
Modifier | Constructor and Description |
---|---|
protected |
ReaderImpl(int valueCount) |
Modifier and Type | Method and Description |
---|---|
abstract long |
get(int index)
Returns the numeric value for the specified document ID.
|
int |
size() |
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources, ramBytesUsed
public abstract long get(int index)
LegacyNumericDocValues
get
in class LegacyNumericDocValues
index
- document ID to lookuppublic final int size()
size
in class PackedInts.Reader