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, setChild
public 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.QueryNode
toQueryString
in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
public String toString()
toString
in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
toString
in class org.apache.lucene.queryparser.flexible.core.nodes.ModifierQueryNode
Copyright © 2014. All rights reserved.