Hui v0.5.7 Hui.Q View Source
Struct and functions related to the standard query parser and common request parameters.
Correspond to the default standard query parser known as the lucene
parser,
and common parameters such as rows
, sort
, start
etc.
See below for more details:
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Hui.Q{ cache: boolean(), debug: binary(), debugQuery: boolean(), defType: binary(), df: binary(), echoParams: binary(), explainOther: binary(), fl: binary(), fq: binary() | [binary()], "json.nl": binary(), "json.wrf": binary(), logParamsList: term(), omitHeader: boolean(), q: binary(), "q.op": binary(), rows: integer(), segmentTerminateEarly: boolean(), sort: binary(), sow: boolean(), start: number(), timeAllowed: number(), tr: binary(), wt: binary() }
Struct for the standard query and common request parameters.
Hui.URL.encode_query/1
renders this struct into URL query string.