# Functions
Creates a new bool query.
No description provided by the author
NewExistsQuery creates and initializes a new exists query.
NewFieldSort creates a new FieldSort.
NewMatchQuery creates and initializes a new MatchQuery.
NewRangeQuery creates and initializes a new RangeQuery.
# Structs
No description provided by the author
No description provided by the author
ExistsQuery is a query that only matches on documents that the field has a value in them.
FieldSort sorts by a given field.
MatchQuery is a family of queries that accepts text/numerics/dates, analyzes them, and constructs a query.
RangeQuery matches documents with fields that have terms within a certain range.