public class WildcardNodeQueryNode
extends org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
WildcardNodeQueryNode
is used in TwigQueryNode
to set no
constraint on the root or on the child.
A wildcard node is a FieldQueryNode
which is equal to
"*"
.
Constructor and Description |
---|
WildcardNodeQueryNode() |
Modifier and Type | Method and Description |
---|---|
CharSequence |
toQueryString(org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax escapeSyntaxParser) |
String |
toString() |
public CharSequence toQueryString(org.apache.lucene.queryparser.flexible.core.parser.EscapeQuerySyntax escapeSyntaxParser)
public String toString()
toString
in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
toString
in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
Copyright © 2014. All rights reserved.