|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.index.SortedBytesMergeUtils.SortedSourceSlice
public static class SortedBytesMergeUtils.SortedSourceSlice
SortedBytesMergeUtils.SortedSourceSlice represents a single DocValues.SortedSource merge candidate.
It encapsulates ordinal and pre-calculated target doc id to ordinal mappings.
This class also holds state private to the merge process.
| Method Summary | |
|---|---|
int[] |
toAbsolutOrds(int[] docToOrd)
Fills in the absolute ords for this slice. |
void |
writeOrds(PackedInts.Writer writer)
Writes ords for this slice. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int[] toAbsolutOrds(int[] docToOrd)
docToOrd
public void writeOrds(PackedInts.Writer writer)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||