Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow fields in BulkOperation to be optional
https://opensearch.org/docs/1.3/api-reference/document-apis/bulk/#request-body > All actions support the same metadata: _index, _id, and _require_alias. If you don’t provide an ID, OpenSearch generates one automatically, which can make it challenging to update the document at a later time. Signed-off-by: Cameron Durham <u64.cam@gmail.com>
- Loading branch information