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.BinaryEntryDirectDocValuesProducer.SortedEntry. values(package private) DirectDocValuesProducer.BinaryEntryDirectDocValuesProducer.SortedSetEntry. valuesFields 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. binariesMethods in org.apache.lucene.codecs.memory that return DirectDocValuesProducer.BinaryEntry Modifier and Type Method Description private DirectDocValuesProducer.BinaryEntryDirectDocValuesProducer. readBinaryEntry(IndexInput meta)Methods in org.apache.lucene.codecs.memory with parameters of type DirectDocValuesProducer.BinaryEntry Modifier and Type Method Description private DirectDocValuesProducer.BinaryRawValuesDirectDocValuesProducer. loadBinary(DirectDocValuesProducer.BinaryEntry entry)
-