es_update_doc
Partially update an Elasticsearch document by ID, merging specified fields into the existing document.
Instructions
Partially update a document by id. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| doc | Yes | Partial document fields to merge into the existing document. | |
| index | Yes | Index name. | |
| connectionId | No | Id of the elasticsearch connection to use, from databases.config.yml. Optional when only one elasticsearch connection is configured. |