Uses of Class
org.terrier.querying.parser.QueryParserException

Packages that use QueryParserException
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
static Query QueryParser.parseQuery(java.lang.String query)
          Parse the specified query.
static void QueryParser.parseQuery(java.lang.String query, SearchRequest srq)
          Parse the query specified in String query, and use it for the specified search request.
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow