- java.lang.Object
-
- org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
-
- org.sindice.siren.qparser.json.nodes.ArrayQueryNode
-
- All Implemented Interfaces:
- Cloneable, org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
public class ArrayQueryNode
extends org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
This query node represents a list of elements which do not have an
explicit boolean operator defined.
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
-
Method Summary
-
Methods inherited from class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
add, add, allocate, clone, cloneTree, containsTag, getChildren, getParent, getTag, getTagMap, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag
-
-
Constructor Detail
-
ArrayQueryNode
public ArrayQueryNode()
-
Method Detail
-
toString
public String toString()
- Specified by:
toString
in interface org.apache.lucene.queryparser.flexible.core.nodes.QueryNode
- Overrides:
toString
in class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
Copyright © 2014. All rights reserved.