Uses of Class
org.terrier.applications.AbstractQuerying
-
Packages that use AbstractQuerying 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. -
-
Uses of AbstractQuerying in org.terrier.applications
Subclasses of AbstractQuerying in org.terrier.applications Modifier and Type Class Description class
InteractiveQuerying
This class performs interactive querying at the command line.Methods in org.terrier.applications with parameters of type AbstractQuerying Modifier and Type Method Description abstract int
AbstractQuerying.AbstractQueryingCommand. run(org.apache.commons.cli.CommandLine line, AbstractQuerying querying)
int
InteractiveQuerying.Command. run(org.apache.commons.cli.CommandLine line, AbstractQuerying _querying)
Constructor parameters in org.terrier.applications with type arguments of type AbstractQuerying Constructor Description AbstractQueryingCommand(java.lang.Class<? extends AbstractQuerying> _baseQuerying)
-
Uses of AbstractQuerying in org.terrier.applications.batchquerying
Subclasses of AbstractQuerying in org.terrier.applications.batchquerying Modifier and Type Class Description class
ParallelTRECQuerying
An instance of TRECQuerying that will invoke multiple threads concurrentlyclass
TRECQuerying
This class performs a batch mode retrieval from a set of TREC queries.Methods in org.terrier.applications.batchquerying with parameters of type AbstractQuerying Modifier and Type Method Description int
ParallelTRECQuerying.Command. run(org.apache.commons.cli.CommandLine line, AbstractQuerying q)
int
TRECQuerying.Command. run(org.apache.commons.cli.CommandLine line, AbstractQuerying q)
-