org.sakaiproject.search.api
Interface TermFrequency


public interface TermFrequency


Method Summary
 int[] getFrequencies()
          get the frequencies
 String[] 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:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.