Redis.Search.Result (Redis v0.8.0)

Copy Markdown View Source

Parsed search or aggregation result.

Fields:

  • :total -- total number of matching documents
  • :results -- list of result maps with :id and field data

Summary

Types

t()

@type t() :: %Redis.Search.Result{results: [map()], total: non_neg_integer()}