FieldQueryNode
open class FieldQueryNode(var field: CharSequence?, var text: CharSequence?, var begin: Int, var end: Int) : QueryNodeImpl, FieldValuePairQueryNode<CharSequence> , TextableQueryNode
A FieldQueryNode represents a element that contains field/text tuple
Inheritors
Properties
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
returns null if the field was not specified in the query string
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
convert to a query string understood by the query parser