FuzzyQueryNode
class FuzzyQueryNode(field: CharSequence?, term: CharSequence?, var similarity: Float, begin: Int, end: Int) : FieldQueryNode
A FuzzyQueryNode represents a element that contains field/text/similarity tuple
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