|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TermStats
An interface to some standard term statistics.
SearchEngine.getTermStats(java.lang.String)| Method Summary | |
|---|---|
int |
getDocFreq()
Gets the number of documents in which the term occurs. |
int |
getMaxFDT()
Gets the maximum term frequency for the term in this collection. |
java.lang.String |
getName()
Gets the name of the term whose stats we're holding. |
int |
getTotalOccurrences()
Gets the total number of occurrences of the term in the collection. |
| Method Detail |
|---|
int getDocFreq()
int getMaxFDT()
java.lang.String getName()
int getTotalOccurrences()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||