Class Lucene45DocValuesProducer.BinaryEntry
Metadata entry for a binary docvalues field.
Inheritance
System.Object
Lucene45DocValuesProducer.BinaryEntry
Assembly: DistributedLucene.Net.dll
Syntax
protected class BinaryEntry : object
Properties
Name | Description |
---|---|
AddressesOffset | Offset to the addressing data that maps a value to its slice of the byte[]. |
AddressInterval | Interval of shared prefix chunks (when using prefix-compressed binary). |
BlockSize | Packed ints blocksize. |
Count | Count of values written. |
PackedInt32sVersion | Packed ints version used to encode addressing information. NOTE: This was packedIntsVersion (field) in Lucene. |