Class TokenCountPriorityQueue

java.lang.Object
org.apache.tika.eval.core.tokens.TokenCountPriorityQueue

public class TokenCountPriorityQueue extends Object
Bounded min-heap that keeps the top-N TokenIntPairs by value. Replaces the former Lucene PriorityQueue-based implementation.