Uses of Class
org.terrier.applications.CLITool
-
Packages that use CLITool 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.learning Provides interfaces for Terrier 'Fat' ResultSets that contain features and decorators that add new features to those result sets.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.structures.merging Provides classes for merging two sets of data structures, created by Terrier, into one set of data structures.org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. -
-
Uses of CLITool in org.terrier.applications
Subclasses of CLITool in org.terrier.applications Modifier and Type Class Description static classAbstractQuerying.AbstractQueryingCommandstatic classBatchIndexing.Commandstatic classCLITool.CLIParsedCLIToolstatic classCLITool.HelpAliasCLIToolstatic classCLITool.HelpCLIToolstatic classInteractiveQuerying.CommandclassShowDocumentCommandUtility command to display the contents of a document to stdout, as obtained from the direct index.Methods in org.terrier.applications with parameters of type CLITool Modifier and Type Method Description static voidCLITool. run(CLITool tool, java.lang.String[] args)Method parameters in org.terrier.applications with type arguments of type CLITool Modifier and Type Method Description protected voidCLITool.HelpAliasCLITool. displayCommandAndAliases(java.lang.Iterable<CLITool> commandIter)protected voidCLITool.HelpCLITool. displayCommandSummaries(java.lang.Iterable<CLITool> commandIter)static voidCLITool. run(java.lang.Class<? extends CLITool> clz, java.lang.String[] args) -
Uses of CLITool in org.terrier.applications.batchquerying
Subclasses of CLITool in org.terrier.applications.batchquerying Modifier and Type Class Description static classParallelTRECQuerying.Commandstatic classTRECQuerying.Command -
Uses of CLITool in org.terrier.evaluation
Subclasses of CLITool in org.terrier.evaluation Modifier and Type Class Description classBatchEvaluationCommandstatic classTrecEvalEvaluation.Command -
Uses of CLITool in org.terrier.learning
Subclasses of CLITool in org.terrier.learning Modifier and Type Class Description classJForestsCommand -
Uses of CLITool in org.terrier.rest
Subclasses of CLITool in org.terrier.rest Modifier and Type Class Description classSingleIndexRestServerLoads the default index and exports via a REST service at http://localhost:8080/ -
Uses of CLITool in org.terrier.structures
Subclasses of CLITool in org.terrier.structures Modifier and Type Class Description classIndexStatsCommandstatic classIndexUtil.Command -
Uses of CLITool in org.terrier.structures.indexing.singlepass
Subclasses of CLITool in org.terrier.structures.indexing.singlepass Modifier and Type Class Description classInverted2DirectCommand -
Uses of CLITool in org.terrier.structures.merging
Subclasses of CLITool in org.terrier.structures.merging Modifier and Type Class Description static classStructureMerger.Command -
Uses of CLITool in org.terrier.utility
Subclasses of CLITool in org.terrier.utility Modifier and Type Class Description static classSimpleJettyHTTPServer.Command
-