Snap.Hit (Snap v0.4.2) View Source

Represents an individual hit dictionary from a Search API response.

Link to this section Summary

Link to this section Types

Specs

t() :: %Snap.Hit{
  fields: map() | nil,
  id: String.t(),
  index: String.t(),
  score: float() | nil,
  source: map() | nil,
  type: String.t()
}

Link to this section Functions