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