|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedBytesMergeUtils.BytesRefConsumer | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
Uses of SortedBytesMergeUtils.BytesRefConsumer in org.apache.lucene.index |
---|
Classes in org.apache.lucene.index that implement SortedBytesMergeUtils.BytesRefConsumer | |
---|---|
static class |
SortedBytesMergeUtils.IndexOutputBytesRefConsumer
A simple SortedBytesMergeUtils.BytesRefConsumer that writes the merged BytesRef
instances sequentially to an IndexOutput . |
Methods in org.apache.lucene.index with parameters of type SortedBytesMergeUtils.BytesRefConsumer | |
---|---|
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 |