Uses of Interface
org.terrier.structures.outputformat.OutputFormat
-
Packages that use OutputFormat Package Description org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.rest Provides a HTTP REST service for providing resultsorg.terrier.structures.outputformat Provides functionality for writing Terrier ResultSets to disk as .res files, e.g. -
-
Uses of OutputFormat in org.terrier.applications.batchquerying
Fields in org.terrier.applications.batchquerying declared as OutputFormat Modifier and Type Field Description protected OutputFormat
TRECQuerying. printer
Where results of the stream of queries are output to.Methods in org.terrier.applications.batchquerying that return OutputFormat Modifier and Type Method Description protected OutputFormat
TRECQuerying. getOutputFormat()
-
Uses of OutputFormat in org.terrier.rest
Classes in org.terrier.rest that implement OutputFormat Modifier and Type Class Description class
JSONOutputFormat
-
Uses of OutputFormat in org.terrier.structures.outputformat
Subinterfaces of OutputFormat in org.terrier.structures.outputformat Modifier and Type Interface Description interface
RawOutputFormat
interface for writing the output of TRECQuerying to a streamClasses in org.terrier.structures.outputformat that implement OutputFormat Modifier and Type Class Description class
LETOROutputFormat
Outputs a featured result set in the LETOR format.class
Normalised2LETOROutputFormat
As LETOROutputFormat, but uses normalisation 2 to normalise all scores in [0,1] for each queryclass
NormalisedLETOROutputFormat
As LETOROutputFormat, but normalises all scores in [0,1] for each queryclass
NullOutputFormat
An OutputFormat instance which does nothing.class
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.class
TRECDocnoOutputFormat
Standard OutputFormat for writing TREC runsclass
WritableOutputFormat
This class can be used for writingFatResultSet
s to disk for later use byFatResultsMatching
-