Manticoresearch.Model.SearchResponse (manticoresearch v1.0.2)

Response object of a search request

Link to this section Summary

Link to this section Types

Specs

t() :: %Manticoresearch.Model.SearchResponse{
  aggregations: %{optional(String.t()) => map()} | nil,
  hits: Manticoresearch.Model.SearchResponseHits.t() | nil,
  profile: map() | nil,
  timed_out: boolean() | nil,
  took: integer() | nil,
  warning: %{optional(String.t()) => map()} | nil
}