Uses of Interface
org.terrier.querying.Process

Packages that use Process
org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
 

Uses of Process in org.terrier.querying
 

Subinterfaces of Process in org.terrier.querying
 interface PostProcess
          PostProccess are designed to complement PostFilters.
 

Classes in org.terrier.querying that implement Process
 class Decorate
          This class decorates a result set with metadata.
 class QueryExpansion
          Implements automatic query expansion as PostProcess that is applied to the result set after 1st-time matching.
 

Fields in org.terrier.querying with type parameters of type Process
protected  Map<String,Process> Manager.Cache_PreProcess
          Cache loaded PostProcess models in this map
 

Methods in org.terrier.querying that return Process
protected  Process Manager.getPreProcessModule(String Name)
          Returns the PostProcess named Name.
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow