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

java.lang.Object
  extended by org.apache.lucene.codecs.lucene45.Lucene45DocValuesProducer.BinaryEntry
Enclosing class:
Lucene45DocValuesProducer

protected static class Lucene45DocValuesProducer.BinaryEntry
extends Object

metadata entry for a binary docvalues field


Field Summary
 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
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public long count
count of values written


addressesOffset

public long addressesOffset
offset to the addressing data that maps a value to its slice of the byte[]


addressInterval

public long addressInterval
interval of shared prefix chunks (when using prefix-compressed binary)


packedIntsVersion

public int packedIntsVersion
packed ints version used to encode addressing information


blockSize

public int blockSize
packed ints blocksize



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