static class Lucene54DocValuesProducer.NumericEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bitsPerValue
bits per value used to pack the numeric values
|
long |
count
count of values written
|
long |
endOffset
end offset to the actual numeric values
|
(package private) int |
format |
(package private) long |
gcd |
(package private) long |
minValue |
(package private) long |
missingOffset
offset to the bitset representing docsWithField, or -1 if no documents have missing values
|
DirectMonotonicReader.Meta |
monotonicMeta
monotonic meta
|
(package private) Lucene54DocValuesProducer.NumericEntry |
nonMissingValues |
(package private) Lucene54DocValuesConsumer.NumberType |
numberType |
(package private) long |
numDocsWithValue
for sparse compression
|
long |
offset
offset to the actual numeric values
|
(package private) long[] |
table |
Modifier | Constructor and Description |
---|---|
private |
NumericEntry() |
long missingOffset
public long offset
public long endOffset
public int bitsPerValue
int format
public long count
public DirectMonotonicReader.Meta monotonicMeta
long minValue
long gcd
long[] table
long numDocsWithValue
Lucene54DocValuesProducer.NumericEntry nonMissingValues
Lucene54DocValuesConsumer.NumberType numberType