Method SetQueryNodeProcessor
SetQueryNodeProcessor(IQueryNodeProcessor)
Sets the processor that will be used to process the query node tree. If
there is any QueryConfigHandler returned by
QueryConfigHandler, it will be set on the processor. The
argument can be null
, which means that no processor will be
used to process the query node tree.
Declaration
public virtual void SetQueryNodeProcessor(IQueryNodeProcessor processor)
Parameters
Type | Name | Description |
---|---|---|
IQueryNodeProcessor | processor | the processor that will be used to process the query node tree,
this argument can be |