Uses of Package
org.terrier.querying

Packages that use org.terrier.querying
org.terrier.applications Provides application-level code that use the Terrier platform to perform indexing and retrieval from either standard test collections, interactive querying of a indexed collection, or desktop search. 
org.terrier.matching Provides the classes and interfaces used for matching documents to queries. 
org.terrier.matching.models Provides the classes that implement various weighting models. 
org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. 
 

Classes in org.terrier.querying used by org.terrier.applications
Manager
          This class is responsible for handling/co-ordinating the main high-level operations of a query.
SearchRequest
          SearchRequest is the one of two main classes of which are made available to client code by the Terrier framework at retrieval time.
 

Classes in org.terrier.querying used by org.terrier.matching
Request
          Request SearchRequest contains the details of the search engine for one query, including the query itself, the resultset, and the controls.
 

Classes in org.terrier.querying used by org.terrier.matching.models
Request
          Request SearchRequest contains the details of the search engine for one query, including the query itself, the resultset, and the controls.
 

Classes in org.terrier.querying used by org.terrier.querying
ExpansionTerms
          Base class for weighting term occurrences in feedback documents.
ExpansionTerms.ExpansionTerm
          This class implements a data structure for a term in the top-retrieved documents.
FeedbackDocument
          Class representing feedback documents, pseudo- or otherwise.
FeedbackSelector
          Implements of this class can be used to select feedback documents.
Manager
          This class is responsible for handling/co-ordinating the main high-level operations of a query.
PostFilter
          PostFilters are designed to complement PostProcesses.
PostProcess
          PostProccess are designed to complement PostFilters.
Process
          Process Interface
Request
          Request SearchRequest contains the details of the search engine for one query, including the query itself, the resultset, and the controls.
SearchRequest
          SearchRequest is the one of two main classes of which are made available to client code by the Terrier framework at retrieval time.
 

Classes in org.terrier.querying used by org.terrier.querying.parser
SearchRequest
          SearchRequest is the one of two main classes of which are made available to client code by the Terrier framework at retrieval time.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow