Uses of Class
org.apache.lucene.codecs.memory.DirectDocValuesProducer.SortedSetEntry
-
Packages that use DirectDocValuesProducer.SortedSetEntry Package Description org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory. -
-
Uses of DirectDocValuesProducer.SortedSetEntry in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory with type parameters of type DirectDocValuesProducer.SortedSetEntry Modifier and Type Field Description private java.util.Map<java.lang.String,DirectDocValuesProducer.SortedSetEntry>
DirectDocValuesProducer. sortedSets
Methods in org.apache.lucene.codecs.memory that return DirectDocValuesProducer.SortedSetEntry Modifier and Type Method Description private DirectDocValuesProducer.SortedSetEntry
DirectDocValuesProducer. readSortedSetEntry(IndexInput meta, boolean singleton)
Methods in org.apache.lucene.codecs.memory with parameters of type DirectDocValuesProducer.SortedSetEntry Modifier and Type Method Description private DirectDocValuesProducer.SortedSetRawValues
DirectDocValuesProducer. loadSortedSet(DirectDocValuesProducer.SortedSetEntry entry)
-