Hui.Query.Standard (Hui v0.10.3)

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

See: Standard Query parser.

Summary

Types

t()

Struct for the standard query.

Types

t()

Specs

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

Struct for the standard query.

Functions

new()

Specs

new() :: t()

new(q)

Specs

new(binary()) :: t()