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.lucene84for 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 classLucene80DocValuesProducer.SortedNumericEntryFields in org.apache.lucene.codecs.lucene80 declared as Lucene80DocValuesProducer.NumericEntry Modifier and Type Field Description (package private) Lucene80DocValuesProducer.NumericEntryLucene80DocValuesProducer.VaryingBPVReader. entryFields 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. numericsMethods in org.apache.lucene.codecs.lucene80 that return Lucene80DocValuesProducer.NumericEntry Modifier and Type Method Description private Lucene80DocValuesProducer.NumericEntryLucene80DocValuesProducer. readNumeric(ChecksumIndexInput meta)Methods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.NumericEntry Modifier and Type Method Description private NumericDocValuesLucene80DocValuesProducer. getNumeric(Lucene80DocValuesProducer.NumericEntry entry)private LongValuesLucene80DocValuesProducer. getNumericValues(Lucene80DocValuesProducer.NumericEntry entry)private voidLucene80DocValuesProducer. 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)
-