| Package | Description | 
|---|---|
| org.terrier.querying.parser | 
 Provides the parser specification and the classes that implement
the query language of the Terrier platform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Query | 
QueryParser.parseQuery(String query)
Parse the specified query. 
 | 
static void | 
QueryParser.parseQuery(String query,
          SearchRequest srq)
Parse the query specified in String query, and use it for the specified search request. 
 | 
Terrier 4.0. Copyright © 2004-2014 University of Glasgow