public class WritableOutputFormat extends Object implements RawOutputFormat
FatResultSet
s to disk
for later use by FatResultsMatching
Constructor and Description |
---|
WritableOutputFormat(Index i)
Created a new NullOuputFormat
|
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 |
writeResults(OutputStream os,
SearchRequest q,
String method,
String iteration,
int numberOfResults) |
public WritableOutputFormat(Index i)
public void printResults(PrintWriter pw, SearchRequest q, String method, String iteration, int numberOfResults) throws IOException
OutputFormat
printResults
in interface OutputFormat
IOException
public void writeResults(OutputStream os, SearchRequest q, String method, String iteration, int numberOfResults) throws IOException
writeResults
in interface RawOutputFormat
IOException
Terrier 4.0. Copyright © 2004-2014 University of Glasgow