Uses of Class
org.apache.lucene.codecs.lucene80.Lucene80DocValuesProducer.BinaryEntry
-
Packages that use Lucene80DocValuesProducer.BinaryEntry Package Description org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format. -
-
Uses of Lucene80DocValuesProducer.BinaryEntry in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 with type parameters of type Lucene80DocValuesProducer.BinaryEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene80DocValuesProducer.BinaryEntry>
Lucene80DocValuesProducer. binaries
Methods in org.apache.lucene.codecs.lucene80 that return Lucene80DocValuesProducer.BinaryEntry Modifier and Type Method Description private Lucene80DocValuesProducer.BinaryEntry
Lucene80DocValuesProducer. readBinary(IndexInput meta, boolean compressed)
Methods in org.apache.lucene.codecs.lucene80 with parameters of type Lucene80DocValuesProducer.BinaryEntry Modifier and Type Method Description private BinaryDocValues
Lucene80DocValuesProducer. getCompressedBinary(Lucene80DocValuesProducer.BinaryEntry entry)
private BinaryDocValues
Lucene80DocValuesProducer. getUncompressedBinary(Lucene80DocValuesProducer.BinaryEntry entry)
-