Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.querying.Manager

Packages that use Manager
uk.ac.gla.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. 
uk.ac.gla.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
 

Uses of Manager in uk.ac.gla.terrier.applications
 

Methods in uk.ac.gla.terrier.applications that return Manager
 Manager TRECQuerying.getManager()
          Get the querying manager.
 

Uses of Manager in uk.ac.gla.terrier.querying
 

Methods in uk.ac.gla.terrier.querying with parameters of type Manager
 byte PostFilter.filter(Manager m, SearchRequest srq, ResultSet results, int DocAtNumber, int DocNo)
          Called for each result in the resultset, used to filter out unwanted results.
 void PostFilter.new_query(Manager m, SearchRequest srq, ResultSet rs)
          Called before the processing of a resultset using this PostFilter is applied.
 void PostProcess.process(Manager manager, SearchRequest q)
          Run the instantiated post process on the search request represented by q.
 void QueryExpansion.process(Manager manager, SearchRequest q)
          Runs the actual query expansion
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow