Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAllMatchQuery ¶
func NewAllMatchQuery(match string) *allMatchQuery
NewAllMatchQuery is like NewMatchQuery but all extracted terms must match.
Types ¶
type Node ¶
func Parse ¶
Parse takes an input query expression and return the parsed node tree, or nil if the expression is empty, or an error. A query expression supports the following constructs (without the single quotes): - query strings: 'symbols_without_spaces_or_parenthesis' - query phrases: '"words withing double quotes" - 'a and b' or 'a or b' - '(a or b) and c'
Click to show internal directories.
Click to hide internal directories.