PrecedenceQueryNodeProcessorPipeline
class PrecedenceQueryNodeProcessorPipeline(queryConfig: QueryConfigHandler?) : StandardQueryNodeProcessorPipeline
This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.
EXPERT: the precedence is enabled by removing [BooleanQuery2ModifierNodeProcessor] from the [StandardQueryNodeProcessorPipeline] and appending [BooleanModifiersQueryNodeProcessor] to the pipeline.
See also
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