Uses of Interface
org.terrier.querying.Manager
- 
Packages that use Manager Package Description 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.org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.restclient Provides a proxy Manager implementation that can access remotely provided Managers over a HTTP REST connection.
- 
- 
Uses of Manager in org.terrier.applicationsFields in org.terrier.applications declared as Manager Modifier and Type Field Description protected ManagerAbstractQuerying. queryingManagerThe query manager.
- 
Uses of Manager in org.terrier.applications.batchqueryingFields in org.terrier.applications.batchquerying declared as Manager Modifier and Type Field Description protected ManagerTRECQuerying. queryingManagerThe manager object that handles the queries.Methods in org.terrier.applications.batchquerying that return Manager Modifier and Type Method Description ManagerTRECQuerying. getManager()Get the querying manager.
- 
Uses of Manager in org.terrier.learningMethods in org.terrier.learning with parameters of type Manager Modifier and Type Method Description voidLabelDecorator. process(Manager manager, Request q)
- 
Uses of Manager in org.terrier.queryingClasses in org.terrier.querying that implement Manager Modifier and Type Class Description classLocalManagerThis class is responsible for handling/co-ordinating the main high-level operations of a query.classThreadSafeManagerMethods in org.terrier.querying that return Manager Modifier and Type Method Description static ManagerManagerFactory. _from_(IndexRef ref)utility method that doesnt conflict with a Python reserved keywordstatic ManagerManagerFactory. from(IndexRef ref)Load a manager suitable to retrieve from the specified index referenceManagerLocalManager.Builder. fromIndex(IndexRef ref)ManagerManagerFactory.Builder. fromIndex(IndexRef ref)ManagerThreadSafeManager.Builder. fromIndex(IndexRef ref)Methods in org.terrier.querying with parameters of type Manager Modifier and Type Method Description byteDecorate. filter(Manager m, SearchRequest q, ResultSet rs, int rank, int docid)Called for each result in the resultset, used to filter out unwanted results.bytePostFilter. filter(Manager m, SearchRequest srq, ResultSet results, int DocAtNumber, int docid)Called for each result in the resultset, used to filter out unwanted results.byteScope. filter(Manager m, SearchRequest srq, ResultSet rs, int rank, int docid)Called for each result in the resultset, used to filter out unwanted results, based on the presence of some strings in the document number.byteSimpleDecorate. filter(Manager m, SearchRequest srq, ResultSet results, int rank, int docid)Adds all the metadata for the specified document occurring at the specified rank to the ResultSet Called for each result in the resultset, used to filter out unwanted results.byteSiteFilter. filter(Manager m, SearchRequest srq, ResultSet rs, int rank, int docid)Called for each result in the resultset, used to filter out unwanted results.protected IndexQueryExpansion. getIndex(Manager m)For easier sub-classing of which index the query expansion comes fromvoidDecorate. new_query(Manager m, SearchRequest q, ResultSet rs)Called before the processing of a resultset using this PostFilter is applied.voidPostFilter. new_query(Manager m, SearchRequest srq, ResultSet rs)Called before the processing of a resultset using this PostFilter is applied.voidScope. new_query(Manager m, SearchRequest srq, ResultSet rs)Creates a HashSet of scopes that can are allowed to be in the document number prefix.voidSimpleDecorate. new_query(Manager m, SearchRequest srq, ResultSet rs)Called before the processing of a resultset using this PostFilter is applied.voidSiteFilter. new_query(Manager m, SearchRequest srq, ResultSet rs)Called before the processing of a resultset using this PostFilter is applied.voidApplyTermPipeline. process(Manager manager, Request q)voidDecorate. process(Manager manager, Request q)decoration at the postprocess stage.voidDependenceModelPreProcess. process(Manager manager, SearchRequest q)voidMatchingOpQLParser. process(Manager manager, Request q)voidNoNegativeReq. process(Manager manager, SearchRequest q)default voidProcess. process(Manager manager, Request q)default voidProcess. process(Manager manager, SearchRequest q)Deprecated.voidQueryExpansion. process(Manager manager, Request q)Runs the actual query expansionvoidSimpleDecorateProcess. process(Manager manager, Request q)voidTerrierQLParser. process(Manager manager, Request q)voidTerrierQLToControls. process(Manager manager, Request rq)voidTerrierQLToMatchingQueryTerms. process(Manager manager, Request rq)
- 
Uses of Manager in org.terrier.restclientMethods in org.terrier.restclient that return Manager Modifier and Type Method Description ManagerRestClientManagerBuilder. fromIndex(IndexRef ref)
 
-