Package | Description |
---|---|
org.apache.lucene.misc |
Miscellaneous index tools.
|
Modifier and Type | Method and Description |
---|---|
static TermStats[] |
HighFreqTerms.getHighFreqTerms(IndexReader reader,
int numTerms,
java.lang.String field,
java.util.Comparator<TermStats> comparator)
Returns TermStats[] ordered by the specified comparator
|
Modifier and Type | Method and Description |
---|---|
int |
HighFreqTerms.DocFreqComparator.compare(TermStats a,
TermStats b) |
int |
HighFreqTerms.TotalTermFreqComparator.compare(TermStats a,
TermStats b) |
Modifier and Type | Method and Description |
---|---|
static TermStats[] |
HighFreqTerms.getHighFreqTerms(IndexReader reader,
int numTerms,
java.lang.String field,
java.util.Comparator<TermStats> comparator)
Returns TermStats[] ordered by the specified comparator
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.