Class GroupQueryNodeProcessor
The ISyntaxParser generates query node trees that consider the boolean operator precedence, but Lucene current syntax does not support boolean precedence, so this processor remove all the precedence and apply the equivalent modifier according to the boolean operation defined on an specific query node.
If there is a GroupQueryNode in the query node tree, the query node tree is not merged with the one above it.
Example: TODO: describe a good example to show how this processor works
Inheritance
System.Object
GroupQueryNodeProcessor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Obsolete("Use BooleanQuery2ModifierNodeProcessor instead")]
[Serializable]
public class GroupQueryNodeProcessor : IQueryNodeProcessor
Constructors
Name | Description |
---|---|
GroupQueryNodeProcessor() |
Methods
Name | Description |
---|---|
GetQueryConfigHandler() | |
Process(IQueryNode) | |
SetQueryConfigHandler(QueryConfigHandler) |