manticoresearch v1.0.0 Manticoresearch.Model.SearchResponse

Response object of a search request

Link to this section Summary

Link to this section Types

Specs

t() :: %Manticoresearch.Model.SearchResponse{
  hits: SearchResponseHits | nil,
  profile: Map | nil,
  timed_out: boolean() | nil,
  took: integer() | nil
}