Elasticsearch - Advanced Patterns
Given this async search response snippet, what does the
id field represent?
{
"id": "r1A2B3C4D5E6F7G8H9I",
"is_running": true,
"response": null
}