Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer.SortedEntry
-
Packages that use Lucene90DocValuesProducer.SortedEntry Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format. -
-
Uses of Lucene90DocValuesProducer.SortedEntry in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as Lucene90DocValuesProducer.SortedEntry Modifier and Type Field Description (package private) Lucene90DocValuesProducer.SortedEntry
Lucene90DocValuesProducer.BaseSortedDocValues. entry
(package private) Lucene90DocValuesProducer.SortedEntry
Lucene90DocValuesProducer.SortedSetEntry. singleValueEntry
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type Lucene90DocValuesProducer.SortedEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene90DocValuesProducer.SortedEntry>
Lucene90DocValuesProducer. sorted
Methods in org.apache.lucene.codecs.lucene90 that return Lucene90DocValuesProducer.SortedEntry Modifier and Type Method Description private Lucene90DocValuesProducer.SortedEntry
Lucene90DocValuesProducer. readSorted(IndexInput meta)
Methods in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90DocValuesProducer.SortedEntry Modifier and Type Method Description private SortedDocValues
Lucene90DocValuesProducer. getSorted(Lucene90DocValuesProducer.SortedEntry entry)
Constructors in org.apache.lucene.codecs.lucene90 with parameters of type Lucene90DocValuesProducer.SortedEntry Constructor Description BaseSortedDocValues(Lucene90DocValuesProducer.SortedEntry entry)
-