Uses of Class
org.terrier.applications.CLITool.CLIParsedCLITool
-
Packages that use CLITool.CLIParsedCLITool Package Description 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.org.terrier.applications.batchquerying Contains application-level programs for performing batch-based query operations, such as generating runs for TREC.org.terrier.evaluation Provides an interface and the classes to process relevance assessments and perform standard evaluation of retrieval results.org.terrier.rest Provides a HTTP REST service for providing resultsorg.terrier.structures Provides the interfaces for the index data structures used for retrieval with the Terrier platform.org.terrier.structures.indexing.singlepass Provides implementation of the structures needed for performing a single pass indexingorg.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of CLITool.CLIParsedCLITool in org.terrier.applications
Subclasses of CLITool.CLIParsedCLITool in org.terrier.applications Modifier and Type Class Description static class
AbstractQuerying.AbstractQueryingCommand
static class
BatchIndexing.Command
static class
CLITool.HelpAliasCLITool
static class
CLITool.HelpCLITool
static class
InteractiveQuerying.Command
class
ShowDocumentCommand
Utility command to display the contents of a document to stdout, as obtained from the direct index. -
Uses of CLITool.CLIParsedCLITool in org.terrier.applications.batchquerying
Subclasses of CLITool.CLIParsedCLITool in org.terrier.applications.batchquerying Modifier and Type Class Description static class
ParallelTRECQuerying.Command
static class
TRECQuerying.Command
-
Uses of CLITool.CLIParsedCLITool in org.terrier.evaluation
Subclasses of CLITool.CLIParsedCLITool in org.terrier.evaluation Modifier and Type Class Description class
BatchEvaluationCommand
-
Uses of CLITool.CLIParsedCLITool in org.terrier.rest
Subclasses of CLITool.CLIParsedCLITool in org.terrier.rest Modifier and Type Class Description class
SingleIndexRestServer
Loads the default index and exports via a REST service at http://localhost:8080/ -
Uses of CLITool.CLIParsedCLITool in org.terrier.structures
Subclasses of CLITool.CLIParsedCLITool in org.terrier.structures Modifier and Type Class Description class
IndexStatsCommand
static class
IndexUtil.Command
-
Uses of CLITool.CLIParsedCLITool in org.terrier.structures.indexing.singlepass
Subclasses of CLITool.CLIParsedCLITool in org.terrier.structures.indexing.singlepass Modifier and Type Class Description class
Inverted2DirectCommand
-
Uses of CLITool.CLIParsedCLITool in org.terrier.utility
Subclasses of CLITool.CLIParsedCLITool in org.terrier.utility Modifier and Type Class Description static class
SimpleJettyHTTPServer.Command
-