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