From bb4c4d3689565c3fdab8df8c4c937375840fea38 Mon Sep 17 00:00:00 2001 From: Marc <498834+cawoodm@users.noreply.github.com> Date: Mon, 11 May 2020 23:30:48 +0200 Subject: [PATCH] [DOCS] Add document update API link to concurrency control docs (#56481) Co-authored-by: James Rodewig --- docs/reference/docs/concurrency-control.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/docs/concurrency-control.asciidoc b/docs/reference/docs/concurrency-control.asciidoc index facd68532c3b0..f50adf4fadcee 100644 --- a/docs/reference/docs/concurrency-control.asciidoc +++ b/docs/reference/docs/concurrency-control.asciidoc @@ -90,8 +90,9 @@ for each search hit by setting <> or the <>. +is done by setting the `if_seq_no` and `if_primary_term` parameters of the +<>, <>, or <>. For example, the following indexing call will make sure to add a tag to the document without losing any potential change to the description or an addition @@ -108,4 +109,3 @@ PUT products/_doc/1567?if_seq_no=362&if_primary_term=2 -------------------------------------------------- // TEST[continued] // TEST[catch: conflict] -