Uses of Class
org.apache.lucene.search.comparators.NumericComparator
Packages that use NumericComparator
Package
Description
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.-
Uses of NumericComparator in org.apache.lucene.search.comparators
Subclasses of NumericComparator in org.apache.lucene.search.comparatorsModifier and TypeClassDescriptionclass
Comparator based onDouble.compare(double, double)
fornumHits
.class
Comparator based onFloat.compare(float, float)
fornumHits
.class
Comparator based onInteger.compare(int, int)
fornumHits
.class
Comparator based onLong.compare(long, long)
fornumHits
.