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) byte
bitsPerValue
(package private) int
blockShift
(package private) long
docsWithFieldLength
(package private) long
docsWithFieldOffset
(package private) long
gcd
(package private) long
minValue
(package private) long
numValues
(package private) long[]
table
(package private) long
valuesLength
(package private) long
valuesOffset
-
Constructor Summary
Constructors Modifier Constructor Description private
NumericEntry()
-
-
-
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
-
-