Parsed search or aggregation result.
Fields:
:total-- total number of matching documents:results-- list of result maps with:idand field data
Summary
Types
@type t() :: %Redis.Search.Result{results: [map()], total: non_neg_integer()}
Parsed search or aggregation result.
Fields:
:total -- total number of matching documents:results -- list of result maps with :id and field data@type t() :: %Redis.Search.Result{results: [map()], total: non_neg_integer()}