public class EntryPriorityQueue extends org.apache.lucene.util.PriorityQueue<TermsFacet.Entry>
Modifier and Type | Field and Description |
---|---|
static int |
LIMIT |
Constructor and Description |
---|
EntryPriorityQueue(int size,
Comparator<TermsFacet.Entry> comparator) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
lessThan(TermsFacet.Entry a,
TermsFacet.Entry b) |
public static final int LIMIT
public EntryPriorityQueue(int size, Comparator<TermsFacet.Entry> comparator)
protected boolean lessThan(TermsFacet.Entry a, TermsFacet.Entry b)
lessThan
in class org.apache.lucene.util.PriorityQueue<TermsFacet.Entry>
Copyright © 2009–2015. All rights reserved.