Package org.apache.tika.eval.core.tokens
Class TokenCountPriorityQueue
java.lang.Object
org.apache.tika.eval.core.tokens.TokenCountPriorityQueue
Bounded min-heap that keeps the top-N TokenIntPairs by value.
Replaces the former Lucene PriorityQueue-based implementation.
-
Method Summary
Modifier and TypeMethodDescriptiongetArray()voidinsertWithOverflow(TokenIntPair element) pop()intsize()top()
-
Method Details
-
top
-
size
public int size() -
insertWithOverflow
-
pop
-
getArray
-