Package org.apache.lucene.index
Interface MultiSorter.ComparableProvider
-
- Enclosing class:
- MultiSorter
private static interface MultiSorter.ComparableProvider
Returns a long so that the natural ordering of long values matches the ordering of doc IDs for the given comparator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getAsComparableLong(int docID)
-