public static final class SortedBytesMergeUtils.MergeContext extends Object
| Modifier and Type | Field and Description |
|---|---|
int[] |
docToEntry |
long[] |
offsets |
int |
sizePerValues |
| Constructor and Description |
|---|
SortedBytesMergeUtils.MergeContext(Comparator<BytesRef> comp,
int mergeDocCount,
int size,
DocValues.Type type) |
public final int sizePerValues
public final int[] docToEntry
public long[] offsets
public SortedBytesMergeUtils.MergeContext(Comparator<BytesRef> comp, int mergeDocCount, int size, DocValues.Type type)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.