Uses of Class
org.apache.lucene.index.SortedBytesMergeUtils.MergeContext

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)
           
 

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)
           
static int SortedBytesMergeUtils.mergeRecords(SortedBytesMergeUtils.MergeContext ctx, SortedBytesMergeUtils.BytesRefConsumer consumer, List<SortedBytesMergeUtils.SortedSourceSlice> slices)
           
 



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