Package org.apache.lucene.index
Interface IndexSorter.ComparableProvider
-
- Enclosing interface:
- IndexSorter
public static interface IndexSorter.ComparableProviderUsed for sorting documents across segments
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAsComparableLong(int docID)Returns a long so that the natural ordering of long values matches the ordering of doc IDs for the given comparator
-