Uses of Interface
org.terrier.querying.PostFilter

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

Uses of PostFilter in org.terrier.querying
 

Classes in org.terrier.querying that implement PostFilter
 class Decorate
          This class decorates a result set with metadata.
 class Scope
          Checks that the prefix of the document number (upto the first "-") is included in this list of scopes as given by the scope control.
 class SimpleDecorate
          A simple decorator, which applies all metadata in the MetaIndex to each retrieved, displayed document.
 class SiteFilter
          Filter that removes hosts which dont match an appropriate site: constraint, as specified in a control.
 

Fields in org.terrier.querying with type parameters of type PostFilter
protected  Map<String,PostFilter> Manager.Cache_PostFilter
          Cache loaded PostFitler models in this map
 

Methods in org.terrier.querying that return PostFilter
protected  PostFilter Manager.getPostFilterModule(String Name)
          Returns the post filter class named ModelName.
 



Terrier 3.6. Copyright © 2004-2011 University of Glasgow