Search Response
The response returned by Federate’s search API is similar to the response returned by Elasticsearch’s search API. It extends the response with a planner
object which includes information about the query plan execution. If the task_timeout
was activated, it will include the flag is_pruned
to indicate that the search results are pruned and probably incomplete. If the debug
parameter was enabled, it will also include detailed information and statistics about the query plan execution.