Orkestra.ES.Facet.Attribute (orkestra v0.2.0)

Copy Markdown View Source

A facet attribute: a code/name pair owning an ordered list of Orkestra.ES.Facet.Value structs.

Summary

Types

t()

A facet attribute grouping an ordered list of values.

Types

t()

@type t() :: %Orkestra.ES.Facet.Attribute{
  code: String.t(),
  name: String.t(),
  values: [Orkestra.ES.Facet.Value.t()]
}

A facet attribute grouping an ordered list of values.