Struct for the default standard query parser also known as the lucene parser.
lucene
See: Standard Query parser.
Struct for the standard query.
t() :: %Hui.Query.Standard{ df: binary(), q: binary(), "q.op": binary(), sow: boolean() }
new() :: t()
new(binary()) :: t()