Uses of Package
org.terrier.querying.parser
-
Packages that use org.terrier.querying.parser Package Description org.terrier.matching Provides the classes and interfaces used for matching documents to queries.org.terrier.matching.dsms Provides the interface and the classes for modifying the scores of documents after an score has been assigned to documents, or implementing the combination of evidence.org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters.org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. -
Classes in org.terrier.querying.parser used by org.terrier.matching Class Description Query An abstract class that models a query, that consists of subqueries and query terms. -
Classes in org.terrier.querying.parser used by org.terrier.matching.dsms Class Description Query An abstract class that models a query, that consists of subqueries and query terms. -
Classes in org.terrier.querying.parser used by org.terrier.querying Class Description Query An abstract class that models a query, that consists of subqueries and query terms.SingleTermQuery Models a query of a single term. -
Classes in org.terrier.querying.parser used by org.terrier.querying.parser Class Description MultiTermQuery Represents a query consisting of more than one terms or other sub-queries, qualified with field, requirement or phrase operators.ParseException This exception is thrown when parse errors are encountered.Query An abstract class that models a query, that consists of subqueries and query terms.Query.ForEachQueryNode ForEachQueryNode interfaceQuery.QTPBuilder Query.QueryTermsParameter QueryParserException Thrown by the Manager when it cannot parse the querySimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).SingleTermQuery Models a query of a single term.TerrierQLParserConstants Token literal values and constants.TerrierQLParserTokenManager Token Manager.Token Describes the input token stream.