private static class LukeRequestHandler.TopTermQueue
extends org.apache.lucene.util.PriorityQueue
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
LukeRequestHandler.TopTermQueue.TermInfo |
| Modifier and Type | Field and Description |
|---|---|
int |
distinctTerms |
LukeRequestHandler.TermHistogram |
histogram |
int |
minFreq |
| Constructor and Description |
|---|
TopTermQueue(int size) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.index.Term |
getTopTerm() |
protected boolean |
lessThan(java.lang.Object a,
java.lang.Object b) |
NamedList<java.lang.Integer> |
toNamedList(IndexSchema schema)
This is a destructive call...
|
public int minFreq
public int distinctTerms
public LukeRequestHandler.TermHistogram histogram
protected final boolean lessThan(java.lang.Object a,
java.lang.Object b)
lessThan in class org.apache.lucene.util.PriorityQueuepublic NamedList<java.lang.Integer> toNamedList(IndexSchema schema)
public org.apache.lucene.index.Term getTopTerm()