Typesensory.Model.CollectionSchema (Typesensory v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Typesensory.Model.CollectionSchema{
  default_sorting_field: String.t() | nil,
  enable_nested_fields: boolean() | nil,
  fields: [Typesensory.Model.Field.t()],
  name: String.t(),
  symbols_to_index: [String.t()] | nil,
  token_separators: [String.t()] | nil
}