Uses of Class
org.terrier.querying.parser.QueryParserException
-
Packages that use QueryParserException Package Description org.terrier.querying.parser Provides the parser specification and the classes that implement the query language of the Terrier platform. -
-
Uses of QueryParserException in org.terrier.querying.parser
Methods in org.terrier.querying.parser that throw QueryParserException Modifier and Type Method Description static Query
QueryParser. parseQuery(java.lang.String query)
Parse the specified query.static Query
QueryParser. parseQuery(java.lang.String query, java.lang.String qid)
Parse the specified query.static void
QueryParser. parseQuery(java.lang.String query, Request srq)
Parse the query specified in String query, and use it for the specified search request.
-