org.apache.lucene.index
Class SortedBytesMergeUtils.MergeContext
java.lang.Object
org.apache.lucene.index.SortedBytesMergeUtils.MergeContext
- Enclosing class:
- SortedBytesMergeUtils
public static final class SortedBytesMergeUtils.MergeContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sizePerValues
public final int sizePerValues
docToEntry
public final int[] docToEntry
offsets
public long[] offsets
SortedBytesMergeUtils.MergeContext
public SortedBytesMergeUtils.MergeContext(Comparator<BytesRef> comp,
int mergeDocCount,
int size,
DocValues.Type type)
getMergeDocCount
public int getMergeDocCount()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.