C# Class Lucene.Net.QueryParsers.Flexible.Standard.Processors.StandardQueryNodeProcessorPipeline
This pipeline has all the processors needed to process a query node tree, generated by Parser.StandardSyntaxParser, already assembled. The order they are assembled affects the results. This processor pipeline was designed to work with Config.StandardQueryConfigHandler. The result query node tree can be used to build a Query object using Builders.StandardQueryTreeBuilder.