ProximityQueryNode
A ProximityQueryNode represents a query where the terms should meet specific distance conditions. (a b c) WITHIN INORDER ("a" "b" "c") WITHIN INORDER
TODO: Add this to the future standard Lucene parser/processor/builder
Constructors
Link copied to clipboard
constructor(clauses: List<QueryNode>, field: CharSequence?, type: ProximityQueryNode.Type, distance: Int, inorder: Boolean)
constructor(clauses: List<QueryNode>, field: CharSequence?, type: ProximityQueryNode.Type, inorder: Boolean)
Types
Link copied to clipboard
class ProximityType
utility class containing the distance condition and number
Link copied to clipboard
Distance condition: PARAGRAPH, SENTENCE, or NUMBER
Properties
Functions
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
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