public interface OutputFormat
Modifier and Type | Method and Description |
---|---|
void |
printResults(PrintWriter pw,
SearchRequest q,
String method,
String iteration,
int numberOfResults)
Outputs the results of query q to PrintWriter pw,
described by the method, iteration, and the specified
limit on the number of results (0 means no limit).
|
void printResults(PrintWriter pw, SearchRequest q, String method, String iteration, int numberOfResults) throws IOException
IOException
Terrier 4.0. Copyright © 2004-2014 University of Glasgow