static class Lucene54DocValuesProducer.SparseLongValues extends LongValues
| Modifier and Type | Field and Description |
|---|---|
(package private) Lucene54DocValuesProducer.SparseBits |
docsWithField |
(package private) long |
missingValue |
(package private) LongValues |
values |
IDENTITY| Constructor and Description |
|---|
SparseLongValues(Lucene54DocValuesProducer.SparseBits docsWithField,
LongValues values,
long missingValue) |
| Modifier and Type | Method and Description |
|---|---|
long |
get(long docId)
Get value at
index. |
getfinal Lucene54DocValuesProducer.SparseBits docsWithField
final LongValues values
final long missingValue
SparseLongValues(Lucene54DocValuesProducer.SparseBits docsWithField, LongValues values, long missingValue)
public long get(long docId)
LongValuesindex.get in class LongValues