Typesensory.Model.SearchHighlight (Typesensory v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Typesensory.Model.SearchHighlight{
  field: String.t() | nil,
  indices: [integer()] | nil,
  matched_tokens: [map()] | nil,
  snippet: String.t() | nil,
  snippets: [String.t()] | nil,
  value: String.t() | nil,
  values: [String.t()] | nil
}