Uses of Interface
org.terrier.querying.PostProcess

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

Uses of PostProcess in org.terrier.querying
 

Classes in org.terrier.querying that implement PostProcess
 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 PostProcess
protected  Map<String,PostProcess> Manager.Cache_PostProcess
          Cache loaded PostProcess models in this map
 

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



Terrier 3.6. Copyright © 2004-2011 University of Glasgow