Represents a single search hit.
@type t() :: %Milvex.SearchResult.Hit{ distance: float() | nil, fields: map(), highlights: %{required(String.t()) => [String.t()]}, id: integer() | String.t(), score: float() }