NumericLeafComparator
Leaf comparator for NumericComparator that provides skipping functionality
Inheritors
Functions
Link copied to clipboard
Compare the bottom of the queue with this doc. This will only invoked after setBottom has been called. This should return the same result as FieldComparator.compare} as if bottom were slot1 and the new document were slot 2.
Link copied to clipboard
Compare the top value with this doc. This will only invoked after setTopValue has been called. This should return the same result as FieldComparator.compare} as if topValue were slot1 and the new document were slot 2. This is only called for searches that use searchAfter (deep paging).
Link copied to clipboard
Returns a competitive iterator
Link copied to clipboard
Informs this leaf comparator that hits threshold is reached. This method is called from a collector when hits threshold is reached.