Typesensory.Model.Field (Typesensory v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Typesensory.Model.Field{
  drop: boolean() | nil,
  facet: boolean() | nil,
  index: boolean() | nil,
  infix: boolean() | nil,
  locale: String.t() | nil,
  name: String.t(),
  num_dim: integer() | nil,
  optional: boolean() | nil,
  sort: boolean() | nil,
  type: String.t()
}