QueryNodeProcessorPipeline
A QueryNodeProcessorPipeline class should be used to build a query node processor pipeline.
When a query node tree is processed using this class, it passes the query node tree to each processor on the pipeline and the result from each processor is passed to the next one, always following the order the processors were on the pipeline.
When a QueryConfigHandler object is set on a QueryNodeProcessorPipeline, it also takes care of setting this QueryConfigHandler on all processor on pipeline.
Inheritors
Constructors
Link copied to clipboard
constructor()
Constructs an empty query node processor pipeline.
Constructs with a QueryConfigHandler object.
Properties
Link copied to clipboard
For reference about this property check: QueryNodeProcessor.queryConfigHandler.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
For reference about this method check: QueryNodeProcessor.process.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard