Uses of Interface
org.apache.lucene.index.IndexSorter.SortedDocValuesProvider
-
Packages that use IndexSorter.SortedDocValuesProvider Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexSorter.SortedDocValuesProvider in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexSorter.SortedDocValuesProvider Modifier and Type Field Description private IndexSorter.SortedDocValuesProvider
IndexSorter.StringSorter. valuesProvider
Constructors in org.apache.lucene.index with parameters of type IndexSorter.SortedDocValuesProvider Constructor Description StringSorter(java.lang.String providerName, java.lang.Object missingValue, boolean reverse, IndexSorter.SortedDocValuesProvider valuesProvider)
Creates a new StringSorter
-