static class Lucene54DocValuesProducer.BinaryEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
addressesEndOffset
offset to the addressing data that maps a value to its slice of the byte[]
|
DirectMonotonicReader.Meta |
addressesMeta
meta data for addresses
|
long |
addressesOffset
offset to the addressing data that maps a value to its slice of the byte[]
|
int |
blockSize
packed ints blocksize
|
long |
count
count of values written
|
(package private) int |
format |
(package private) int |
maxLength |
(package private) int |
minLength |
(package private) long |
missingOffset
offset to the bitset representing docsWithField, or -1 if no documents have missing values
|
(package private) long |
offset
offset to the actual binary values
|
int |
packedIntsVersion
packed ints version used to encode addressing information
|
long |
reverseIndexOffset
offset to the reverse index
|
Modifier | Constructor and Description |
---|---|
private |
BinaryEntry() |
long missingOffset
long offset
int format
public long count
int minLength
int maxLength
public long addressesOffset
public long addressesEndOffset
public DirectMonotonicReader.Meta addressesMeta
public long reverseIndexOffset
public int packedIntsVersion
public int blockSize