RegexpQueryNode
class RegexpQueryNode(var field: CharSequence?, text: CharSequence, begin: Int, end: Int) : QueryNodeImpl, TextableQueryNode, FieldableNode
A RegexpQueryNode represents RegexpQuery query Examples: /a-z|0-9/
Functions
Link copied to clipboard
Recursive clone the QueryNode tree The tags are not copied to the new tree when you call the cloneTree() method
Link copied to clipboard
verify if a node contains a tag
Link copied to clipboard
Link copied to clipboard
Remove a child node
Link copied to clipboard
Removes this query node from its parent.
Link copied to clipboard
Link copied to clipboard
convert to a query string understood by the query parser