AnyQueryNode
class AnyQueryNode(clauses: List<QueryNode>, var field: CharSequence?, var minimumMatchingElements: Int) : AndQueryNode
A AnyQueryNode represents an ANY operator performed on a list of nodes.
Properties
Functions
Link copied to clipboard
verify if a node contains a tag
Link copied to clipboard
returns - null if the field was not specified
Link copied to clipboard
Remove a child node
Link copied to clipboard
Removes this query node from its parent.
Link copied to clipboard
convert to a query string understood by the query parser