public class DescendantQueryNode
extends org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
ModifierQueryNode.| Constructor and Description |
|---|
DescendantQueryNode(org.apache.lucene.queryparser.flexible.core.nodes.QueryNode query,
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier mod,
int level) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
toQueryString(org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax escapeSyntaxParser) |
String |
toString() |
cloneTree, getChild, getModifier, setChildpublic DescendantQueryNode(org.apache.lucene.queryparser.flexible.core.nodes.QueryNode query,
org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode.Modifier mod,
int level)
public CharSequence toQueryString(org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax escapeSyntaxParser)
toQueryString in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNodetoQueryString in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNodepublic String toString()
toString in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNodetoString in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNodeCopyright © 2014. All rights reserved.