Comparator based on Double#compare for numHits. This comparator provides a
skipping functionality - an iterator that can skip over non-competitive documents.
<init>(int numHits, String field, Double missingValue, boolean reverse, org.apache.lucene.search.Pruning pruning)compare(int slot1, int slot2)getLeafComparator(org.apache.lucene.index.LeafReaderContext context)setTopValue(Double value) · also: set_top_valuevalue(int slot)compareValues(T first, T second)Returns a negative integer if first is less than second, 0 if they are equal and a positive integer otherwise. Default impl to assume the type implements Comparable and invoke .compareTo; be sure to override this method if your FieldComparator's type isn't a Comparable or if your values may sometimes be null
disableSkipping()setSingleSort()