Class TermAutomatonScorer.DocIDQueue

java.lang.Object
org.apache.lucene.util.PriorityQueue<TermAutomatonQuery.EnumAndScorer>
org.apache.lucene.sandbox.search.TermAutomatonScorer.DocIDQueue
All Implemented Interfaces:
Iterable<TermAutomatonQuery.EnumAndScorer>
Enclosing class:
TermAutomatonScorer

private static class TermAutomatonScorer.DocIDQueue extends PriorityQueue<TermAutomatonQuery.EnumAndScorer>
Sorts by docID so we can quickly pull out all scorers that are on the same (lowest) docID.