|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostProcess
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
Method Summary | |
---|---|
java.lang.String |
getInfo()
Returns the name of the post processor. |
void |
process(Manager manager,
SearchRequest q)
Run the instantiated post process on the search request represented by q. |
Method Detail |
---|
void process(Manager manager, SearchRequest q)
manager
- The manager instance handling this search session.q
- the current query being processedjava.lang.String getInfo()
|
Terrier IR Platform 2.2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |