Uses of Package
org.gcube.dir.master.index

Packages that use org.gcube.dir.master.index
org.gcube.dir.master.contexts   
org.gcube.dir.master.fusion.results   
org.gcube.dir.master.index   
 

Classes in org.gcube.dir.master.index used by org.gcube.dir.master.contexts
IndexManager
          Defines the behaviour of an inverted index of the terms which occur in one or more collections.
 

Classes in org.gcube.dir.master.index used by org.gcube.dir.master.fusion.results
DefaultTerm
          An implementation of Term specialised to DefaultTermStats.
 

Classes in org.gcube.dir.master.index used by org.gcube.dir.master.index
DefaultTerm
          An implementation of Term specialised to DefaultTermStats.
DefaultTermStats
          Implementation of TermStats based on term frequencies within and across documents.
IndexCreationParameters
          Interface for index configuration parameters.
IndexManager
          Defines the behaviour of an inverted index of the terms which occur in one or more collections.
Term
          Defines the behaviour of a term which occurs in the content of some collection.
TermStats
          A tagging interface for occurrence statistics of some Term.