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

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

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

Classes in org.gcube.dir.master.index with type parameters of type Term
 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.
 

Classes in org.gcube.dir.master.index that implement Term
 class DefaultTerm
          An implementation of Term specialised to DefaultTermStats.