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

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

protected static class Lucene45DocValuesProducer.NumericEntry
extends Object

metadata entry for a numeric docvalues field


Field Summary
 int blockSize
          packed ints blocksize
 long count
          count of values written
 long offset
          offset to the actual numeric values
 int packedIntsVersion
          packed ints version used to encode these numerics
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

public long offset
offset to the actual numeric values


packedIntsVersion

public int packedIntsVersion
packed ints version used to encode these numerics


count

public long count
count of values written


blockSize

public int blockSize
packed ints blocksize



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