PrefixWildcardQueryNode
class PrefixWildcardQueryNode(field: CharSequence?, text: CharSequence?, begin: Int, end: Int) : WildcardQueryNode
A PrefixWildcardQueryNode represents wildcardquery that matches abc* or *. This does not apply to phrases, this is a special case on the original lucene parser. TODO: refactor the code to remove this special case from the parser. and probably do it on a Processor
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