Package | Description |
---|---|
org.apache.lucene.misc |
Miscellaneous index tools.
|
Modifier and Type | Method and Description |
---|---|
static TermStats[] |
HighFreqTerms.getHighFreqTerms(IndexReader reader,
int numTerms,
String field,
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,
String field,
Comparator<TermStats> comparator)
Returns TermStats[] ordered by the specified comparator
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.