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