I want an example where I can use Array of [id's] and Array of [object{}] (having fields and values), which will update ids[0] with object[0], ids[1] with object[1] in a single query.
Hi @tirth_pipalia ! Have you tried using the bulk API? Bulk API | Elasticsearch Guide [7.15] | Elastic