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 results
|
org.terrier.structures |
Provides the classes that implement the 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 indexing
|
org.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.
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractQuerying.AbstractQueryingCommand |
static class |
BatchIndexing.Command |
static class |
CLITool.CLIParsedCLITool |
static class |
CLITool.HelpAliasCLITool |
static class |
CLITool.HelpCLITool |
static class |
InteractiveQuerying.Command |
class |
InvertedIndexRecompresser
NOTE: BE CAREFUL, THIS APPLICATION OVERWRITES THE INDEX!!
This application recompress an inverted index using the specified compression configuration.
|
class |
ShowDocumentCommand
Utility command to display the contents of a document to stdout,
as obtained from the direct index.
|
Modifier and Type | Method and Description |
---|---|
static void |
CLITool.run(CLITool tool,
String[] args) |
Modifier and Type | Method and Description |
---|---|
protected void |
CLITool.HelpAliasCLITool.displayCommandAndAliases(Iterable<CLITool> commandIter) |
protected void |
CLITool.HelpCLITool.displayCommandSummaries(Iterable<CLITool> commandIter) |
static void |
CLITool.run(Class<? extends CLITool> clz,
String[] args) |
Modifier and Type | Class and Description |
---|---|
static class |
TRECQuerying.Command |
Modifier and Type | Class and Description |
---|---|
class |
BatchEvaluationCommand |
static class |
TrecEvalEvaluation.Command |
Modifier and Type | Class and Description |
---|---|
class |
JForestsCommand |
Modifier and Type | Class and Description |
---|---|
class |
SingleIndexRestServer
Loads the default index and exports via a REST service at http://localhost:8080/
|
Modifier and Type | Class and Description |
---|---|
static class |
CollectionStatistics.Command |
static class |
IndexUtil.Command |
Modifier and Type | Class and Description |
---|---|
class |
Inverted2DirectCommand |
Modifier and Type | Class and Description |
---|---|
static class |
StructureMerger.Command |
Modifier and Type | Class and Description |
---|---|
static class |
SimpleJettyHTTPServer.Command |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow