|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.query.FrequencyCountQuery
public class FrequencyCountQuery
Queries a scored terms collection for the frequency count (number of documents it appears in) of some particular term.
Field Summary | |
---|---|
private java.lang.String |
term
|
Constructor Summary | |
---|---|
FrequencyCountQuery(java.lang.String term)
|
Method Summary | |
---|---|
float |
execute(anl.aida.core.ScoredTermsCollection stc)
Executes this query on the specified ScoredTermsCollection
and returns a numeric value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String term
Constructor Detail |
---|
public FrequencyCountQuery(java.lang.String term)
term
- Method Detail |
---|
public float execute(anl.aida.core.ScoredTermsCollection stc)
Query
ScoredTermsCollection
and returns a numeric value.
execute
in interface Query
stc
- the collection to execute against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |