Package org.sakaiproject.search.api
Interface TermFrequency
-
public interface TermFrequency
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]getFrequencies()get the frequenciesString[]getTerms()get the terms, ordered by frequency
-
-
-
Method Detail
-
getTerms
String[] getTerms()
get the terms, ordered by frequency- Returns:
-
getFrequencies
int[] getFrequencies()
get the frequencies- Returns:
-
-