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 classInteractiveQueryingThis class performs interactive querying at the command line.Methods in org.terrier.applications with parameters of type AbstractQuerying Modifier and Type Method Description abstract intAbstractQuerying.AbstractQueryingCommand. run(org.apache.commons.cli.CommandLine line, AbstractQuerying querying)intInteractiveQuerying.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 classParallelTRECQueryingAn instance of TRECQuerying that will invoke multiple threads concurrentlyclassTRECQueryingThis 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 intParallelTRECQuerying.Command. run(org.apache.commons.cli.CommandLine line, AbstractQuerying q)intTRECQuerying.Command. run(org.apache.commons.cli.CommandLine line, AbstractQuerying q)
-