Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.BinaryEntry
java.lang.Object
org.apache.lucene.codecs.memory.DirectDocValuesProducer.BinaryEntry
- Enclosing class:
DirectDocValuesProducer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) int(package private) int(package private) long(package private) long(package private) int(package private) long(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
long offset -
missingOffset
long missingOffset -
missingBytes
long missingBytes -
count
int count -
numBytes
int numBytes -
minLength
int minLength -
maxLength
int maxLength -
packedIntsVersion
int packedIntsVersion -
blockSize
int blockSize
-
-
Constructor Details
-
BinaryEntry
BinaryEntry()
-