Constructor QueryParserHelper
QueryParserHelper(QueryConfigHandler, ISyntaxParser, IQueryNodeProcessor, IQueryBuilder<TQuery>)
Creates a query parser helper object using the specified configuration, text parser, processor and builder.
Declaration
public QueryParserHelper(QueryConfigHandler queryConfigHandler, ISyntaxParser syntaxParser, IQueryNodeProcessor processor, IQueryBuilder<TQuery> builder)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | queryConfigHandler | the query configuration handler that will be initially set to this helper |
ISyntaxParser | syntaxParser | the text parser that will be initially set to this helper |
IQueryNodeProcessor | processor | the query processor that will be initially set to this helper |
IQueryBuilder<TQuery> | builder | the query builder that will be initially set to this helper |