Uses of Class
org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
-
Packages that use Lucene45DocValuesProducer.BinaryEntry Package Description org.apache.lucene.codecs.lucene45 Lucene 4.5 file format. -
-
Uses of Lucene45DocValuesProducer.BinaryEntry in org.apache.lucene.codecs.lucene45
Methods in org.apache.lucene.codecs.lucene45 with parameters of type Lucene45DocValuesProducer.BinaryEntry Modifier and Type Method Description protected MonotonicBlockPackedReader
Lucene45DocValuesProducer. getAddressInstance(IndexInput data, FieldInfo field, Lucene45DocValuesProducer.BinaryEntry bytes)
returns an address instance for variable-length binary values.protected MonotonicBlockPackedReader
Lucene45DocValuesProducer. getIntervalInstance(IndexInput data, FieldInfo field, Lucene45DocValuesProducer.BinaryEntry bytes)
returns an address instance for prefix-compressed binary values.
-