Uses of Interface
org.terrier.applications.TRECQuerying.QuerySource

Packages that use TRECQuerying.QuerySource
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, or desktop search. 
org.terrier.structures Provides the classes that implement the data structures used for retrieval with the Terrier platform. 
 

Uses of TRECQuerying.QuerySource in org.terrier.applications
 

Fields in org.terrier.applications declared as TRECQuerying.QuerySource
protected  TRECQuerying.QuerySource TRECQuerying.querySource
          Where the stream of queries is obtained from.
 

Methods in org.terrier.applications that return TRECQuerying.QuerySource
protected  TRECQuerying.QuerySource TRECQuerying.getQueryParser()
          Get the query parser that is being used.
 

Uses of TRECQuerying.QuerySource in org.terrier.structures
 

Classes in org.terrier.structures that implement TRECQuerying.QuerySource
 class SingleLineTRECQuery
          This class can be used to extract batch queries from a simpler format than the regular SGML TREC format.
 class TRECQuery
          This class is used for reading the queries from TREC topic files.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow