|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MIFSTerm
Term interface for terms in a ScoredTermsCollection. The term data is for the collection in which the term is part.
Method Summary | |
---|---|
int |
getDocumentCount()
Gets the number of documents this term appears in. |
int |
getMaxFrequency()
Gets the maximum frequency count of this term across all documents in the collection. |
float |
getMaxScore()
Gets the maximum score of this term across all documents in the collection. |
int |
getMinFrequency()
Gets the minimum frequency count of this term across all documents in the collection. |
float |
getMinScore()
Gets the minimum score of this term across all documents in the collection. |
java.lang.String |
getText()
Gets the text of this term. |
Method Detail |
---|
int getDocumentCount()
float getMinScore()
float getMaxScore()
int getMinFrequency()
int getMaxFrequency()
java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |