|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedBytesMergeUtils.MergeContext | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
Uses of SortedBytesMergeUtils.MergeContext in org.apache.lucene.index |
---|
Methods in org.apache.lucene.index that return SortedBytesMergeUtils.MergeContext | |
---|---|
static SortedBytesMergeUtils.MergeContext |
SortedBytesMergeUtils.init(DocValues.Type type,
DocValues[] docValues,
Comparator<BytesRef> comp,
int mergeDocCount)
Creates the SortedBytesMergeUtils.MergeContext necessary for merging
the ordinals. |
Methods in org.apache.lucene.index with parameters of type SortedBytesMergeUtils.MergeContext | |
---|---|
static List<SortedBytesMergeUtils.SortedSourceSlice> |
SortedBytesMergeUtils.buildSlices(int[] docBases,
MergeState.DocMap[] docMaps,
DocValues[] docValues,
SortedBytesMergeUtils.MergeContext ctx)
Creates the SortedBytesMergeUtils.SortedSourceSlice s for
merging. |
static int |
SortedBytesMergeUtils.mergeRecords(SortedBytesMergeUtils.MergeContext ctx,
SortedBytesMergeUtils.BytesRefConsumer consumer,
List<SortedBytesMergeUtils.SortedSourceSlice> slices)
Does the "real work" of merging the slices and computing the ord mapping. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |