Uses of Interface
org.gcube.dir.master.index.TermStats

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

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

Classes in org.gcube.dir.master.index with type parameters of type TermStats
 interface IndexManager<TERM extends Term<TERMSTATS>,TERMSTATS extends TermStats>
          Defines the behaviour of an inverted index of the terms which occur in one or more collections.
 interface Term<TS extends TermStats>
          Defines the behaviour of a term which occurs in the content of some collection.
 

Classes in org.gcube.dir.master.index that implement TermStats
 class DefaultTermStats
          Implementation of TermStats based on term frequencies within and across documents.