Hui v0.6.3 Hui.D View Source
Struct and functions related to DisMax query.
Correspond to the query parsers known as the Maximum Disjunction - DisMax and eDismax (extended version).
See below for more details:
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Hui.D{
bf: binary(),
boost: binary(),
bq: binary(),
lowercaseOperators: binary(),
mm: binary(),
"mm.autoRelax": boolean(),
pf: binary(),
pf2: binary(),
pf3: binary(),
ps: integer(),
ps2: integer(),
ps3: integer(),
q: binary(),
"q.alt": binary(),
qf: binary(),
qs: integer(),
sow: boolean(),
stopwords: boolean(),
tie: float(),
uf: binary()
}
Struct for DisMax/eDismax query.
Hui.URL.encode_query/1 renders this struct into URL query string.