Package org.gcube.dir.master.index

Interface Summary
IndexCreationParameters Interface for index configuration parameters.
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.
Term<TS extends TermStats> Defines the behaviour of a term which occurs in the content of some collection.
TermStats A tagging interface for occurrence statistics of some Term.
 

Class Summary
DefaultTerm An implementation of Term specialised to DefaultTermStats.
DefaultTermStats Implementation of TermStats based on term frequencies within and across documents.
JDBCManager A specialisation of to DefaultTerm and DefaultTermStats of an IndexManager based on a JDBC-compliant database implementations of an inverted index.
JDBCManagerParams Implementation of IndexCreationParameters for JDBCManagers.