Package org.terrier.applications
Provides application-level code that use the Terrier platform to
perform indexing and retrieval from either standard test collections,
interactive querying of a indexed collection.
-
Class Summary Class Description AbstractQuerying AbstractQuerying.AbstractQueryingCommand AnyclassLauncher BatchIndexing Abstract class for all code that set up the batch indexersBatchIndexing.Command CLITool CLITool is an abstract class for all classes that are Terrier commands.CLITool.CLIParsedCLITool CLITool.HelpAliasCLITool CLITool.HelpCLITool FileFind Takes a list of paths and filenames on the command line, and finds all the files in those directories, displaying only absolute filenames on Standard Output.InteractiveQuerying This class performs interactive querying at the command line.InteractiveQuerying.Command ShowDocumentCommand Utility command to display the contents of a document to stdout, as obtained from the direct index.ThreadedBatchIndexing An implementation of BatchIndexing that uses Java 8 parallel streams to increase indexing speed on multi-core machines.TRECIndexing This class creates the indices for a test collection.TRECIndexingSinglePass