static final class BooleanScorer.TailPriorityQueue extends PriorityQueue<BooleanScorer.BulkScorerAndDoc>
Constructor and Description |
---|
TailPriorityQueue(int maxSize) |
Modifier and Type | Method and Description |
---|---|
BooleanScorer.BulkScorerAndDoc |
get(int i) |
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.public BooleanScorer.BulkScorerAndDoc get(int i)