Interface RawOutputFormat
-
- All Superinterfaces:
OutputFormat
- All Known Implementing Classes:
WritableOutputFormat
public interface RawOutputFormat extends OutputFormat
interface for writing the output of TRECQuerying to a stream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeResults(java.io.OutputStream os, SearchRequest q, java.lang.String method, java.lang.String iteration, int numberOfResults)
-
Methods inherited from interface org.terrier.structures.outputformat.OutputFormat
contentType, printResults
-
-
-
-
Method Detail
-
writeResults
void writeResults(java.io.OutputStream os, SearchRequest q, java.lang.String method, java.lang.String iteration, int numberOfResults) throws java.io.IOException
- Throws:
java.io.IOException
-
-