Class Lucene45DocValuesProducer.BinaryEntry
java.lang.Object
org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
- Enclosing class:
- Lucene45DocValuesProducer
metadata entry for a binary docvalues field
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
offset to the addressing data that maps a value to its slice of the byte[]long
interval of shared prefix chunks (when using prefix-compressed binary)int
packed ints blocksizelong
count of values writtenint
packed ints version used to encode addressing information -
Method Summary
-
Field Details
-
count
public long countcount of values written -
addressesOffset
public long addressesOffsetoffset to the addressing data that maps a value to its slice of the byte[] -
addressInterval
public long addressIntervalinterval of shared prefix chunks (when using prefix-compressed binary) -
packedIntsVersion
public int packedIntsVersionpacked ints version used to encode addressing information -
blockSize
public int blockSizepacked ints blocksize
-