org.apache.lucene.index
Class SortedBytesMergeUtils.MergeContext

java.lang.Object
  extended by org.apache.lucene.index.SortedBytesMergeUtils.MergeContext
Enclosing class:
SortedBytesMergeUtils

public static final class SortedBytesMergeUtils.MergeContext
extends Object


Field Summary
 int[] docToEntry
           
 long[] offsets
           
 int sizePerValues
           
 
Constructor Summary
SortedBytesMergeUtils.MergeContext(Comparator<BytesRef> comp, int mergeDocCount, int size, DocValues.Type type)
           
 
Method Summary
 int getMergeDocCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizePerValues

public final int sizePerValues

docToEntry

public final int[] docToEntry

offsets

public long[] offsets
Constructor Detail

SortedBytesMergeUtils.MergeContext

public SortedBytesMergeUtils.MergeContext(Comparator<BytesRef> comp,
                                          int mergeDocCount,
                                          int size,
                                          DocValues.Type type)
Method Detail

getMergeDocCount

public int getMergeDocCount()


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