See: Description
| Interface | Description | 
|---|---|
| OutputFormat | interface for adjusting the output of TRECQuerying | 
| RawOutputFormat | interface for writing the output of TRECQuerying to a stream | 
| Class | Description | 
|---|---|
| LETOROutputFormat | Outputs a featured result set in the LETOR format. | 
| Normalised2LETOROutputFormat | As LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each query | 
| NormalisedLETOROutputFormat | As LETOROutputFormat, but normalises all scores in [0,1] for each query | 
| NullOutputFormat | An OutputFormat instance which does nothing. | 
| TRECDocidOutputFormat | OutputFormat for writing TREC runs where the docnos are NOT looked up,
 but instead the (integer, internal) docids are recorded in the .res file. | 
| TRECDocnoOutputFormat | Standard OutputFormat for writing TREC runs | 
| WritableOutputFormat | This class can be used for writing  FatResultSets to disk
 for later use byFatResultsMatching | 
Provides functionality for writing Terrier ResultSets to disk as .res files, e.g. in TREC run formats.
Terrier Information Retrieval Platform4.1. Copyright © 2004-2015, University of Glasgow