public class QueryParser extends Object
AstProcessingChain| Constructor and Description |
|---|
QueryParser() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
parseQuery(String queryString,
AstProcessingChain<T> processingChain)
Parses the given query string.
|
public <T> T parseQuery(String queryString, AstProcessingChain<T> processingChain) throws ParsingException
queryString - the query string to parseprocessingChain - one or more AstProcessors which traverse the query parse tree in order to
normalize/validate it and create the parsing resultParsingException - in case any exception occurs during parsingCopyright © 2016. All rights reserved.