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