Uses of Class
org.terrier.matching.TRECResultsMatching.InputFormat
-
Packages that use TRECResultsMatching.InputFormat Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries. -
-
Uses of TRECResultsMatching.InputFormat in org.terrier.matching
Fields in org.terrier.matching declared as TRECResultsMatching.InputFormat Modifier and Type Field Description protected TRECResultsMatching.InputFormatTRECResultsMatching. formatThe input format to use when parsing document identifiers.Methods in org.terrier.matching that return TRECResultsMatching.InputFormat Modifier and Type Method Description static TRECResultsMatching.InputFormatTRECResultsMatching.InputFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TRECResultsMatching.InputFormat[]TRECResultsMatching.InputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-