Java org.apache.lucene.queryparser.flexible.core.nodes QueryNode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.queryparser.flexible.core.nodes QueryNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.queryparser.flexible.core.nodes QueryNode.

The text is from its open source code.

Method

voidadd(QueryNode child)
voidadd(List children)
booleancontainsTag(String tagName)
verify if a node contains a tag
ListgetChildren()
get Children nodes
QueryNodegetParent()
ObjectgetTag(String tagName)
Returns object stored under that tag name
booleanisLeaf()
verify if a node is a Leaf node
voidset(List children)
voidsetTag(String tagName, Object value)
Associate the specified value with the specified tagName.
CharSequencetoQueryString(EscapeQuerySyntax escapeSyntaxParser)
convert to a query string understood by the query parser
StringtoString()
for printing