org.apache.lucene.index
Interface SortedBytesMergeUtils.BytesRefConsumer

All Known Implementing Classes:
SortedBytesMergeUtils.IndexOutputBytesRefConsumer
Enclosing class:
SortedBytesMergeUtils

public static interface SortedBytesMergeUtils.BytesRefConsumer


Method Summary
 void consume(BytesRef ref, int ord, long offset)
           
 

Method Detail

consume

void consume(BytesRef ref,
             int ord,
             long offset)
             throws IOException
Throws:
IOException


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