Hui v0.9.0 Hui.F.Range View Source

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

Link to this section Summary

Types

t()

Struct for range faceting parameters, use in conjunction with the main faceting t:Hui.F.t/0 struct (range)

Link to this section Types

Link to this type t() View Source
t() :: %Hui.F.Range{
  end: binary(),
  gap: binary(),
  hardend: boolean(),
  include: binary(),
  method: binary(),
  other: binary(),
  per_field: boolean(),
  range: binary(),
  start: binary()
}

Struct for range faceting parameters, use in conjunction with the main faceting t:Hui.F.t/0 struct (range).

Hui.URL.encode_query/1 renders this struct into URL query string.