Uses of Class
org.apache.lucene.backward_codecs.lucene80.Lucene80DocValuesProducer.SortedSetEntry
-
Packages that use Lucene80DocValuesProducer.SortedSetEntry Package Description org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format. -
-
Uses of Lucene80DocValuesProducer.SortedSetEntry in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as Lucene80DocValuesProducer.SortedSetEntry Modifier and Type Field Description (package private) Lucene80DocValuesProducer.SortedSetEntry
Lucene80DocValuesProducer.BaseSortedSetDocValues. entry
Fields in org.apache.lucene.backward_codecs.lucene80 with type parameters of type Lucene80DocValuesProducer.SortedSetEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene80DocValuesProducer.SortedSetEntry>
Lucene80DocValuesProducer. sortedSets
Methods in org.apache.lucene.backward_codecs.lucene80 that return Lucene80DocValuesProducer.SortedSetEntry Modifier and Type Method Description private Lucene80DocValuesProducer.SortedSetEntry
Lucene80DocValuesProducer. readSortedSet(IndexInput meta)
Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type Lucene80DocValuesProducer.SortedSetEntry Constructor Description BaseSortedSetDocValues(Lucene80DocValuesProducer.SortedSetEntry entry, IndexInput data)
-