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

Packages that use SortedBytesMergeUtils.SortedSourceSlice
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of SortedBytesMergeUtils.SortedSourceSlice in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return types with arguments of type SortedBytesMergeUtils.SortedSourceSlice
static List<SortedBytesMergeUtils.SortedSourceSlice> SortedBytesMergeUtils.buildSlices(int[] docBases, MergeState.DocMap[] docMaps, DocValues[] docValues, SortedBytesMergeUtils.MergeContext ctx)
          Creates the SortedBytesMergeUtils.SortedSourceSlices for merging.
 

Method parameters in org.apache.lucene.index with type arguments of type SortedBytesMergeUtils.SortedSourceSlice
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.
 



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