Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.BinaryEntry
- java.lang.Object
-
- org.apache.lucene.codecs.memory.DirectDocValuesProducer.BinaryEntry
-
- Enclosing class:
- DirectDocValuesProducer
static class DirectDocValuesProducer.BinaryEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
blockSize
(package private) int
count
(package private) int
maxLength
(package private) int
minLength
(package private) long
missingBytes
(package private) long
missingOffset
(package private) int
numBytes
(package private) long
offset
(package private) int
packedIntsVersion
-
Constructor Summary
Constructors Constructor Description BinaryEntry()
-