Class Lucene80DocValuesProducer.BinaryEntry
java.lang.Object
org.apache.lucene.backward_codecs.lucene80.Lucene80DocValuesProducer.BinaryEntry
- Enclosing class:
Lucene80DocValuesProducer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long
(package private) LegacyDirectMonotonicReader.Meta
(package private) long
(package private) boolean
(package private) long
(package private) long
(package private) byte
(package private) int
(package private) long
(package private) long
(package private) short
(package private) int
(package private) int
(package private) int
(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compressed
boolean compressed -
dataOffset
long dataOffset -
dataLength
long dataLength -
docsWithFieldOffset
long docsWithFieldOffset -
docsWithFieldLength
long docsWithFieldLength -
jumpTableEntryCount
short jumpTableEntryCount -
denseRankPower
byte denseRankPower -
numDocsWithField
int numDocsWithField -
minLength
int minLength -
maxLength
int maxLength -
addressesOffset
long addressesOffset -
addressesLength
long addressesLength -
addressesMeta
LegacyDirectMonotonicReader.Meta addressesMeta -
numCompressedChunks
int numCompressedChunks -
docsPerChunkShift
int docsPerChunkShift -
maxUncompressedChunkSize
int maxUncompressedChunkSize
-
-
Constructor Details
-
BinaryEntry
private BinaryEntry()
-