How to Enable External Version Support for OpenSearch Update Request
OpenSearch doesn’t support external versioning in Update request as of now. If you use HTTP command similar to below, you will get exception mentioned there. index1/_update/1?version=123&version_type=external { “doc”: {“title”: “updated title”}, } Validation Failed: 1: internal versioning can not be used for optimistic concurrency control. Please use if_seq_no and if_primary_term instead seq_no: Counter which gets … Read more