| 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) |
static TermStats[] |
HighFreqTerms.sortByTotalTermFreq(IndexReader reader,
TermStats[] terms)
Takes array of TermStats.
|
| Modifier and Type | Method and Description |
|---|---|
static TermStats[] |
HighFreqTerms.sortByTotalTermFreq(IndexReader reader,
TermStats[] terms)
Takes array of TermStats.
|
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.