Package org.terrier.querying
Class NoNegativeReq
- java.lang.Object
-
- org.terrier.querying.NoNegativeReq
-
-
Constructor Summary
Constructors Constructor Description NoNegativeReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInfo()Returns the name of the processor.voidprocess(Manager manager, SearchRequest q)Run the instantiated process on the search request represented by q.
-
-
-
Method Detail
-
process
public void process(Manager manager, SearchRequest q)
Description copied from interface:ProcessRun the instantiated process on the search request represented by q.
-
-