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