public interface QueryParser
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getSupportedLanguages()
Returns the set of query languages supported by this parser.
|
Query |
parse(String query,
String language)
Parses the given query string, expressed in the specified language.
|
Set<String> getSupportedLanguages()
Query parse(String query, String language) throws ParseException
query - query stringlanguage - query languageParseException - if the query string could not be parsed"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"