Uses of Interface
org.apache.lucene.index.MultiSorter.ComparableProvider
-
Packages that use MultiSorter.ComparableProvider Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of MultiSorter.ComparableProvider in org.apache.lucene.index
Methods in org.apache.lucene.index that return MultiSorter.ComparableProvider Modifier and Type Method Description private static MultiSorter.ComparableProvider[]
MultiSorter. getComparableProviders(java.util.List<CodecReader> readers, SortField sortField)
ReturnsComparableProvider
s for the provided readers to represent the requestedSortField
sort order.
-