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
PrecedenceQueryNodeProcessorPipeline
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Precedence.Processors
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PrecedenceQueryNodeProcessorPipeline : StandardQueryNodeProcessorPipeline, IQueryNodeProcessor, IList<IQueryNodeProcessor>, ICollection<IQueryNodeProcessor>, IEnumerable<IQueryNodeProcessor>, IEnumerable
Constructors
PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler)
Declaration
public PrecedenceQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | queryConfig |