public interface Process
Modifier and Type | Method and Description |
---|---|
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.
|
void process(Manager manager, SearchRequest q)
manager
- The manager instance handling this search session.q
- the current query being processedString getInfo()
Terrier 4.0. Copyright © 2004-2014 University of Glasgow