Class AllowLeadingWildcardProcessor
  
  
  
  
    Inheritance
    System.Object
    
    AllowLeadingWildcardProcessor
   
  
  
  
  Assembly: Lucene.Net.QueryParser.dll
  Syntax
  
    public class AllowLeadingWildcardProcessor : QueryNodeProcessor, IQueryNodeProcessor
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  AllowLeadingWildcardProcessor()
  
  
  Declaration
  
    public AllowLeadingWildcardProcessor()
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PostProcessNode(IQueryNode)
  
  
  Declaration
  
    protected override IQueryNode PostProcessNode(IQueryNode node)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PreProcessNode(IQueryNode)
  
  
  Declaration
  
    protected override IQueryNode PreProcessNode(IQueryNode node)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Process(IQueryNode)
  
  
  Declaration
  
    public override IQueryNode Process(IQueryNode queryTree)
   
  Parameters
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetChildrenOrder(IList<IQueryNode>)
  
  
  Declaration
  
    protected override IList<IQueryNode> SetChildrenOrder(IList<IQueryNode> children)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
  See Also