StandardQueryNodeProcessorPipeline
open class StandardQueryNodeProcessorPipeline(queryConfig: QueryConfigHandler?) : QueryNodeProcessorPipeline
This pipeline has all the processors needed to process a query node tree, generated by StandardSyntaxParser, already assembled.
The order they are assembled affects the results.
This processor pipeline was designed to work with StandardQueryConfigHandler.
The result query node tree can be used to build a Query object using StandardQueryTreeBuilder.
See also
Inheritors
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