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