Uses of Interface
org.apache.lucene.index.SortedBytesMergeUtils.BytesRefConsumer

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.
 



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