Class BooleanQuery2ModifierNodeProcessor
Inheritance
System.Object
BooleanQuery2ModifierNodeProcessor
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()
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class BooleanQuery2ModifierNodeProcessor : IQueryNodeProcessor
Constructors
|
Improve this Doc
View Source
BooleanQuery2ModifierNodeProcessor()
Declaration
public BooleanQuery2ModifierNodeProcessor()
Methods
|
Improve this Doc
View Source
FillChildrenBufferAndApplyModifiery(IQueryNode)
Declaration
protected virtual void FillChildrenBufferAndApplyModifiery(IQueryNode parent)
Parameters
|
Improve this Doc
View Source
GetQueryConfigHandler()
Declaration
public virtual QueryConfigHandler GetQueryConfigHandler()
Returns
|
Improve this Doc
View Source
IsDefaultBooleanQueryNode(IQueryNode)
Declaration
protected virtual bool IsDefaultBooleanQueryNode(IQueryNode toTest)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PostProcessNode(IQueryNode)
Declaration
protected virtual IQueryNode PostProcessNode(IQueryNode node)
Parameters
Returns
|
Improve this Doc
View Source
PreProcessNode(IQueryNode)
Declaration
protected virtual IQueryNode PreProcessNode(IQueryNode node)
Parameters
Returns
|
Improve this Doc
View Source
Process(IQueryNode)
Declaration
public virtual IQueryNode Process(IQueryNode queryTree)
Parameters
Returns
|
Improve this Doc
View Source
ProcessChildren(IQueryNode)
Declaration
protected virtual void ProcessChildren(IQueryNode queryTree)
Parameters
|
Improve this Doc
View Source
SetQueryConfigHandler(QueryConfigHandler)
Declaration
public virtual void SetQueryConfigHandler(QueryConfigHandler queryConfigHandler)
Parameters
|
Improve this Doc
View Source
TagModifierButDoNotOverride(IQueryNode, Modifier)
Declaration
protected virtual void TagModifierButDoNotOverride(IQueryNode node, Modifier mod)
Parameters
Implements
See Also