org.apache.lucene.index
Class SortedBytesMergeUtils.SortedSourceSlice

java.lang.Object
  extended by org.apache.lucene.index.SortedBytesMergeUtils.SortedSourceSlice
Enclosing class:
SortedBytesMergeUtils

public static class SortedBytesMergeUtils.SortedSourceSlice
extends Object


Method Summary
 int[] toAbsolutOrds(int[] docToOrd)
           
 void writeOrds(PackedInts.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toAbsolutOrds

public int[] toAbsolutOrds(int[] docToOrd)

writeOrds

public void writeOrds(PackedInts.Writer writer)
               throws IOException
Throws:
IOException


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