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