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.
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveQuerying
This class performs interactive querying at the command line.
|
Modifier and Type | Method and Description |
---|---|
int |
InteractiveQuerying.Command.run(org.apache.commons.cli.CommandLine line,
AbstractQuerying _querying) |
abstract int |
AbstractQuerying.AbstractQueryingCommand.run(org.apache.commons.cli.CommandLine line,
AbstractQuerying querying) |
Constructor and Description |
---|
AbstractQueryingCommand(Class<? extends AbstractQuerying> _baseQuerying) |
Modifier and Type | Class and Description |
---|---|
class |
ParallelTRECQuerying
An instance of TRECQuerying that will invoke multiple threads concurrently
|
class |
TRECQuerying
This class performs a batch mode retrieval from a set of TREC queries.
|
Modifier and Type | Method and Description |
---|---|
int |
TRECQuerying.Command.run(org.apache.commons.cli.CommandLine line,
AbstractQuerying q) |
Terrier Information Retrieval Platform 5.1. Copyright © 2004-2019, University of Glasgow