Package org.apache.lucene.facet
Class TopOrdAndFloatQueue
java.lang.Object
org.apache.lucene.util.PriorityQueue<TopOrdAndFloatQueue.OrdAndValue>
org.apache.lucene.facet.TopOrdAndFloatQueue
Keeps highest results, first by largest float value,
then tie break by smallest ord.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHolds a single entry. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.util.PriorityQueue
add, clear, insertWithOverflow, pop, size, top, updateTop
-
Constructor Details
-
TopOrdAndFloatQueue
public TopOrdAndFloatQueue(int topN) Sole constructor.
-