Snap.Hit (Snap v0.3.0) 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{
  _id: String.t(),
  _index: String.t(),
  _score: float() | nil,
  _source: map() | nil,
  _type: String.t(),
  fields: map() | nil
}

Link to this section Functions