# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO not finished.
TODO not finished.
No description provided by the author
No description provided by the author
# Constants
Enables the + AND operator.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Matches documents with a range field value that entirely contains the query’s range.
Enables \ as an escape character.
Enables the ~N operator after a word, where N is an integer denoting the allowed edit distance for matching.
Matches documents with a range field value that intersects the query’s range.
Finds documents which match any field, but uses the _score from the best field.
Creates a match_bool_prefix query on each field and combines the _score from each field.
Treats fields with the same analyzer as though they were one big field.
Finds documents which match any field and combines the _score from each field.
Runs a match_phrase query on each field and uses the _score from the best field.
Runs a match_phrase_prefix query on each field and uses the _score from the best field.
Enables the ~N operator, after a phrase where N is the maximum number of positions allowed between matching tokens.
Disables all operators.
Enables the - NOT operator.
Enables the \| OR operator.
Enables the " quotes operator used to search for phrases.
Enables the ( and ) operators to control operator precedence.
Enables the * prefix operator.
Enables the ~N operator, after a phrase where N is maximum number of positions allowed between matching tokens.
Enables whitespace as split characters.
Matches documents with a range field value entirely within the query’s range.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func (m Match) WithOperator(operator string)func(*MatchParam){ return func(p *MatchParam) {
}}.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
{ "term":{ <field>:<value> }}
or
{ "term":{ <field>:{ "value":<value>, "boost":<boost>, "case_insensitive":<caseInsensitive> } }}.
{ "terms":{ <field>:[<value>...], "boost":<boost>, }}
or
{ "terms":{ <field>:{ "index":<index>, "id":<id>, "path":<path>, "routing":<routing> }, "boost":<boost> }}.