Class Lucene45DocValuesProducer.NumericEntry
- java.lang.Object
-
- org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.NumericEntry
-
- Enclosing class:
- Lucene45DocValuesProducer
protected static class Lucene45DocValuesProducer.NumericEntry extends Object
metadata entry for a numeric docvalues field
-
-
Field Summary
Fields Modifier and Type Field Description int
blockSize
packed ints blocksizelong
count
count of values writtenlong
offset
offset to the actual numeric valuesint
packedIntsVersion
packed ints version used to encode these numerics
-