Hui v0.9.0 Hui.F.Interval View Source

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

Link to this section Summary

Types

t()

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

Link to this section Types

Link to this type t() View Source
t() :: %Hui.F.Interval{
  interval: binary(),
  per_field: boolean(),
  set: binary() | [binary()]
}

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

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