Package-level declarations

Types

Link copied to clipboard

Error class with NLS support

Link copied to clipboard

This exception should be thrown if something wrong happens when dealing with QueryNodes.

Link copied to clipboard

This should be thrown when an exception happens during the query parsing from string to the query node tree.

Link copied to clipboard
open class QueryParserHelper(queryConfigHandler: QueryConfigHandler?, syntaxParser: SyntaxParser, processor: QueryNodeProcessor?, builder: QueryBuilder)

This class is a helper for the query parser framework, it does all the three query parser phrases at once: text parsing, query processing and query building.