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