Uses of Interface
org.apache.lucene.index.IndexSorter.NumericDocValuesProvider
-
Packages that use IndexSorter.NumericDocValuesProvider Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexSorter.NumericDocValuesProvider in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type IndexSorter.NumericDocValuesProvider Constructor Description DoubleSorter(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
-