Package org.apache.lucene.facet
Class TopOrdAndFloatQueue
java.lang.Object
org.apache.lucene.util.PriorityQueue<TopOrdAndNumberQueue.OrdAndValue>
org.apache.lucene.facet.TopOrdAndNumberQueue
org.apache.lucene.facet.TopOrdAndFloatQueue
- All Implemented Interfaces:
Iterable<TopOrdAndNumberQueue.OrdAndValue>
Keeps highest results, first by largest float value, then tie-break by smallest ord.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Holds an ordinal and a float value.Nested classes/interfaces inherited from class org.apache.lucene.facet.TopOrdAndNumberQueue
TopOrdAndNumberQueue.OrdAndValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a newTopOrdAndNumberQueue.OrdAndValue
of the appropriate type.Methods inherited from class org.apache.lucene.facet.TopOrdAndNumberQueue
lessThan
Methods inherited from class org.apache.lucene.util.PriorityQueue
add, addAll, clear, getHeapArray, insertWithOverflow, iterator, pop, remove, size, top, updateTop, updateTop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TopOrdAndFloatQueue
public TopOrdAndFloatQueue(int topN) Sole constructor.
-
-
Method Details
-
newOrdAndValue
Description copied from class:TopOrdAndNumberQueue
Create a newTopOrdAndNumberQueue.OrdAndValue
of the appropriate type.- Specified by:
newOrdAndValue
in classTopOrdAndNumberQueue
-