View Source Hui.Query.Standard (Hui v0.11.0)

Struct for the default standard query parser also known as the lucene parser.

See: Standard Query parser.

Link to this section Summary

Types

t()

Struct for the standard query.

Link to this section Types

@type t() :: %Hui.Query.Standard{
  df: binary(),
  q: binary(),
  "q.op": binary(),
  sow: boolean()
}

Struct for the standard query.

Link to this section Functions