Uses of Class
org.gcube.dir.master.index.DefaultTermStats

Packages that use DefaultTermStats
org.gcube.dir.master.index   
 

Uses of DefaultTermStats in org.gcube.dir.master.index
 

Methods in org.gcube.dir.master.index that return DefaultTermStats
 DefaultTermStats DefaultTerm.getStats()
          Returns the statistics of the term.
 

Methods in org.gcube.dir.master.index that return types with arguments of type DefaultTermStats
 java.util.Map<java.lang.String,DefaultTermStats> JDBCManager.getPostings(java.lang.String termName, java.util.Collection<java.lang.String> collectionIDs)
          Retrieves all statistics of a term wich occurs in one or more collections.
 

Methods in org.gcube.dir.master.index with parameters of type DefaultTermStats
 void DefaultTerm.setStats(DefaultTermStats stats)
          Sets the statistics of the term.