protected static class Lucene45DocValuesProducer.BinaryEntry extends Object
Modifier and Type | Field and Description |
---|---|
long |
addressesOffset
offset to the addressing data that maps a value to its slice of the byte[]
|
long |
addressInterval
interval of shared prefix chunks (when using prefix-compressed binary)
|
int |
blockSize
packed ints blocksize
|
long |
count
count of values written
|
int |
packedIntsVersion
packed ints version used to encode addressing information
|
public long count
public long addressesOffset
public long addressInterval
public int packedIntsVersion
public int blockSize
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.