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)
           
 

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)
           
 



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