Class PrecedenceQueryNodeProcessorPipeline
This processor pipeline extends StandardQueryNodeProcessorPipeline and enables boolean precedence on it.
EXPERT: the precedence is enabled by removing GroupQueryNodeProcessor from the StandardQueryNodeProcessorPipeline and appending BooleanModifiersQueryNodeProcessor to the pipeline.
Inheritance
System.Object
PrecedenceQueryNodeProcessorPipeline
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Precedence.Processors
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PrecedenceQueryNodeProcessorPipeline : StandardQueryNodeProcessorPipeline, IQueryNodeProcessor, IList<IQueryNodeProcessor>
Constructors
| Improve this Doc View SourcePrecedenceQueryNodeProcessorPipeline(QueryConfigHandler)
Declaration
public PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | queryConfig |
Implements
IList<>