Class StandardQueryNodeProcessorPipeline
This pipeline has all the processors needed to process a query node tree,
generated by Standard
The order they are assembled affects the results.
This processor pipeline was designed to work with
Standard
The result query node tree can be used to build a Lucene.
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 |
---|---|---|
Query |
queryConfig |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable