Uses of Interface
org.apache.lucene.index.IndexSorter.NumericDocValuesProvider
Packages that use IndexSorter.NumericDocValuesProvider
-
Uses of IndexSorter.NumericDocValuesProvider in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type IndexSorter.NumericDocValuesProviderModifierConstructorDescriptionDoubleSorter
(String providerName, Double missingValue, boolean reverse, IndexSorter.NumericDocValuesProvider valuesProvider) Creates a new DoubleSorterFloatSorter
(String providerName, Float missingValue, boolean reverse, IndexSorter.NumericDocValuesProvider valuesProvider) Creates a new FloatSorterIntSorter
(String providerName, Integer missingValue, boolean reverse, IndexSorter.NumericDocValuesProvider valuesProvider) Creates a new IntSorterLongSorter
(String providerName, Long missingValue, boolean reverse, IndexSorter.NumericDocValuesProvider valuesProvider) Creates a new LongSorter