Hui v0.9.0 Hui.D View Source

This module is deprecated. Please use Hui.Query.DisMax instead. .

Link to this section Summary

Types

t()

Struct for DisMax/eDismax query

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.