Class Lucene70DocValuesProducer.NumericEntry
- java.lang.Object
-
- org.apache.lucene.codecs.lucene70.Lucene70DocValuesProducer.NumericEntry
-
- Direct Known Subclasses:
Lucene70DocValuesProducer.SortedNumericEntry
- Enclosing class:
- Lucene70DocValuesProducer
private static class Lucene70DocValuesProducer.NumericEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) bytebitsPerValue(package private) intblockShift(package private) longdocsWithFieldLength(package private) longdocsWithFieldOffset(package private) longgcd(package private) longminValue(package private) longnumValues(package private) long[]table(package private) longvaluesLength(package private) longvaluesOffset
-
Constructor Summary
Constructors Modifier Constructor Description privateNumericEntry()
-
-
-
Field Detail
-
table
long[] table
-
blockShift
int blockShift
-
bitsPerValue
byte bitsPerValue
-
docsWithFieldOffset
long docsWithFieldOffset
-
docsWithFieldLength
long docsWithFieldLength
-
numValues
long numValues
-
minValue
long minValue
-
gcd
long gcd
-
valuesOffset
long valuesOffset
-
valuesLength
long valuesLength
-
-