Muninn.SearchResult (Muninn v0.5.5)
View SourceRepresents the results of a search query.
Summary
Types
@type t() :: %Muninn.SearchResult{ hits: [Muninn.SearchHit.t()], total_hits: non_neg_integer() }
Represents the results of a search query.
@type t() :: %Muninn.SearchResult{ hits: [Muninn.SearchHit.t()], total_hits: non_neg_integer() }