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