Uses of Class
org.apache.lucene.codecs.lucene80.Lucene80DocValuesProducer.NumericEntry
-
Packages that use Lucene80DocValuesProducer.NumericEntry Package Description org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format. -
-
Uses of Lucene80DocValuesProducer.NumericEntry in org.apache.lucene.codecs.lucene80
Subclasses of Lucene80DocValuesProducer.NumericEntry in org.apache.lucene.codecs.lucene80 Modifier and Type Class Description private static class
Lucene80DocValuesProducer.SortedNumericEntry
Fields in org.apache.lucene.codecs.lucene80 declared as Lucene80DocValuesProducer.NumericEntry Modifier and Type Field Description (package private) Lucene80DocValuesProducer.NumericEntry
Lucene80DocValuesProducer.VaryingBPVReader. entry
Fields in org.apache.lucene.codecs.lucene80 with type parameters of type Lucene80DocValuesProducer.NumericEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene80DocValuesProducer.NumericEntry>
Lucene80DocValuesProducer. numerics
Methods in org.apache.lucene.codecs.lucene80 that return Lucene80DocValuesProducer.NumericEntry Modifier and Type Method Description private Lucene80DocValuesProducer.NumericEntry
Lucene80DocValuesProducer. readNumeric(ChecksumIndexInput meta)
Methods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.NumericEntry Modifier and Type Method Description private NumericDocValues
Lucene80DocValuesProducer. getNumeric(Lucene80DocValuesProducer.NumericEntry entry)
private LongValues
Lucene80DocValuesProducer. getNumericValues(Lucene80DocValuesProducer.NumericEntry entry)
private void
Lucene80DocValuesProducer. readNumeric(ChecksumIndexInput meta, Lucene80DocValuesProducer.NumericEntry entry)
Constructors in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.NumericEntry Constructor Description VaryingBPVReader(Lucene80DocValuesProducer.NumericEntry entry, RandomAccessInput slice)
-