org.terrier.querying
Interface PostProcess

All Superinterfaces:
Process
All Known Implementing Classes:
Decorate, QueryExpansion

public interface PostProcess
extends Process

PostProccess are designed to complement PostFilters. While PostProcesses operate on the entire resultset at once, with PostFilters, each PostFilter is called for each result in the resultset. PostProcesses can operate on the entire resultset. Properties

'''NB:''' Initialisation and running of post processes is carried out by the Manager.

Author:
Craig Macdonald

Method Summary
 
Methods inherited from interface org.terrier.querying.Process
getInfo, process
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow