Uses of Class
org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry

Packages that use Lucene45DocValuesProducer.BinaryEntry
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
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.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.