static final class BooleanScorer.HeadPriorityQueue extends PriorityQueue<BooleanScorer.BulkScorerAndDoc>
Constructor and Description |
---|
HeadPriorityQueue(int maxSize) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
lessThan(BooleanScorer.BulkScorerAndDoc a,
BooleanScorer.BulkScorerAndDoc b)
Determines the ordering of objects in this priority queue.
|
add, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
protected boolean lessThan(BooleanScorer.BulkScorerAndDoc a, BooleanScorer.BulkScorerAndDoc b)
PriorityQueue
lessThan
in class PriorityQueue<BooleanScorer.BulkScorerAndDoc>
true
iff parameter a is less than parameter b.