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