org.terrier.querying
Interface Process

All Known Subinterfaces:
PostProcess
All Known Implementing Classes:
Decorate, QueryExpansion

public interface Process

Process Interface


Method Summary
 java.lang.String getInfo()
          Returns the name of the processor.
 void process(Manager manager, SearchRequest q)
          Run the instantiated process on the search request represented by q.
 

Method Detail

process

void process(Manager manager,
             SearchRequest q)
Run the instantiated process on the search request represented by q.

Parameters:
manager - The manager instance handling this search session.
q - the current query being processed

getInfo

java.lang.String getInfo()
Returns the name of the processor.

Returns:
String the name of the processor.


Terrier 3.5. Copyright © 2004-2011 University of Glasgow