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 Lucene.Net.Search.Query object using StandardQueryTreeBuilder.
Inheritance
System.Object
StandardQueryNodeProcessorPipeline
Implements
System.Collections.Generic.IList<IQueryNodeProcessor>
System.Collections.Generic.ICollection<IQueryNodeProcessor>
System.Collections.Generic.IEnumerable<IQueryNodeProcessor>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Processors
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardQueryNodeProcessorPipeline : QueryNodeProcessorPipeline, IQueryNodeProcessor, IList<IQueryNodeProcessor>, ICollection<IQueryNodeProcessor>, IEnumerable<IQueryNodeProcessor>, IEnumerable
Constructors
| Improve this Doc View SourceStandardQueryNodeProcessorPipeline(QueryConfigHandler)
Declaration
public StandardQueryNodeProcessorPipeline(QueryConfigHandler queryConfig)
Parameters
Type | Name | Description |
---|---|---|
QueryConfigHandler | queryConfig |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable