Hui.Query.Common (Hui v0.10.4) View Source
Struct for common and SolrCloud query parameters.
See:
Link to this section Summary
Link to this section Types
Specs
debug_query_options() :: :query | :timing | :results | :all
Specs
t() :: %Hui.Query.Common{
_route_: binary(),
cache: boolean(),
collection: binary(),
cursorMark: binary(),
debug: debug_query_options() | [debug_query_options()],
"debug.explain.structured": boolean(),
debugQuery: boolean(),
defType: binary(),
distrib: boolean(),
"distrib.singlePass": boolean(),
echoParams: :explicit | :all | :none,
explainOther: binary(),
fl: binary(),
fq: binary() | [binary()],
"json.nl": binary(),
"json.wrf": binary(),
logParamsList: binary(),
omitHeader: boolean(),
rows: integer(),
segmentTerminateEarly: boolean(),
shards: binary(),
"shards.info": boolean(),
"shards.preference": binary(),
"shards.tolerant": boolean(),
sort: binary(),
start: number(),
timeAllowed: number(),
tr: binary(),
wt: binary()
}
Struct for the common and SolrCloud query parameters.
Link to this section Functions
Specs
new() :: t()