Muninn.SearchResult (Muninn v0.5.5)

View Source

Represents the results of a search query.

Summary

Types

t()

@type t() :: %Muninn.SearchResult{
  hits: [Muninn.SearchHit.t()],
  total_hits: non_neg_integer()
}