Class FuzzyQueryNodeProcessor
  
  This processor iterates the query node tree looking for every
FuzzyQueryNode, when this kind of node is found, it checks on the
query configuration for
FUZZY_CONFIG, gets the
fuzzy prefix length and default similarity from it and set to the fuzzy node.
For more information about fuzzy prefix length check: .
 
  
  
    Inheritance
    System.Object
    
    FuzzyQueryNodeProcessor
   
  
  
  
  Assembly: Lucene.Net.QueryParser.dll
  Syntax
  
    public class FuzzyQueryNodeProcessor : QueryNodeProcessor, IQueryNodeProcessor
   
  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
  
  
  SetChildrenOrder(IList<IQueryNode>)
  
  
  Declaration
  
    protected override IList<IQueryNode> SetChildrenOrder(IList<IQueryNode> children)
   
  Parameters
  
  Returns
  
  Overrides
  
  Implements
  
  See Also