Class StandardQueryNodeProcessorPipeline
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
Inheritance
System.Object
StandardQueryNodeProcessorPipeline
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Processors
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardQueryNodeProcessorPipeline : QueryNodeProcessorPipeline, IQueryNodeProcessor, IList<IQueryNodeProcessor>
Constructors
| Improve this Doc View SourceStandardQueryNodeProcessorPipeline(QueryConfigHandler)
Declaration
public StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | queryConfig |
Implements
IList<>