Update Documents (multiple fields) using multiple Index (Array of id's)

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.