Class Lucene45DocValuesProducer.NumericEntry
java.lang.Object
org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
- Enclosing class:
- Lucene45DocValuesProducer
metadata entry for a numeric docvalues field
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
packed ints blocksizelong
count of values writtenlong
offset to the actual numeric valuesint
packed ints version used to encode these numerics -
Method Summary
-
Field Details
-
offset
public long offsetoffset to the actual numeric values -
packedIntsVersion
public int packedIntsVersionpacked ints version used to encode these numerics -
count
public long countcount of values written -
blockSize
public int blockSizepacked ints blocksize
-