Package org.apache.lucene.index
Interface IndexSorter.DocComparator
-
- Enclosing interface:
- IndexSorter
public static interface IndexSorter.DocComparatorA comparator of doc IDs, used for sorting documents within a segment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcompare(int docID1, int docID2)Compare docID1 against docID2.
-