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.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
public void process(Manager manager, SearchRequest q)
Description copied from interface:Process
Run the instantiated process on the search request represented by q.
-
-