Uses of Class
org.apache.lucene.codecs.lucene90.Lucene90DocValuesProducer.BinaryEntry
-
Packages that use Lucene90DocValuesProducer.BinaryEntry Package Description org.apache.lucene.codecs.lucene90 Lucene 9.0 file format. -
-
Uses of Lucene90DocValuesProducer.BinaryEntry in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type Lucene90DocValuesProducer.BinaryEntry Modifier and Type Field Description private java.util.Map<java.lang.String,Lucene90DocValuesProducer.BinaryEntry>
Lucene90DocValuesProducer. binaries
Methods in org.apache.lucene.codecs.lucene90 that return Lucene90DocValuesProducer.BinaryEntry Modifier and Type Method Description private Lucene90DocValuesProducer.BinaryEntry
Lucene90DocValuesProducer. readBinary(IndexInput meta)
-