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