|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use TermStats | |
|---|---|
| org.apache.lucene.misc | Miscellaneous index tools. |
| Uses of TermStats in org.apache.lucene.misc |
|---|
| Methods in org.apache.lucene.misc that return TermStats | |
|---|---|
static TermStats[] |
HighFreqTerms.getHighFreqTerms(IndexReader reader,
int numTerms,
String field)
Returns TermStats[] ordered by terms with highest docFreq first. |
static TermStats[] |
HighFreqTerms.sortByTotalTermFreq(IndexReader reader,
TermStats[] terms)
Takes array of TermStats. |
| Methods in org.apache.lucene.misc with parameters of type TermStats | |
|---|---|
static TermStats[] |
HighFreqTerms.sortByTotalTermFreq(IndexReader reader,
TermStats[] terms)
Takes array of TermStats. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||