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
System.Object
    
    
    PrecedenceQueryNodeProcessorPipeline
  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.Precedence.Processors
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PrecedenceQueryNodeProcessorPipeline : StandardQueryNodeProcessorPipeline, IQueryNodeProcessor, IList<IQueryNodeProcessor>, ICollection<IQueryNodeProcessor>, IEnumerable<IQueryNodeProcessor>, IEnumerable
  Constructors
| Improve this Doc View SourcePrecedenceQueryNodeProcessorPipeline(QueryConfigHandler)
Declaration
public PrecedenceQueryNodeProcessorPipeline(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