QuotedFieldQueryNode
class QuotedFieldQueryNode(field: CharSequence?, text: CharSequence?, begin: Int, end: Int) : FieldQueryNode
Parameters
field
field name
text
value
begin
position in the query string
end
position in the query string
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