abstract static class Lucene54DocValuesProducer.LongBinaryDocValues extends BinaryDocValues
Constructor and Description |
---|
LongBinaryDocValues() |
Modifier and Type | Method and Description |
---|---|
BytesRef |
get(int docID)
Lookup the value for document.
|
(package private) abstract BytesRef |
get(long id) |
public final BytesRef get(int docID)
BinaryDocValues
BytesRef
may be
re-used across calls to BinaryDocValues.get(int)
so make sure to
copy it
if you want to keep it
around.get
in class BinaryDocValues
abstract BytesRef get(long id)