We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0edaf2b commit f96bc41Copy full SHA for f96bc41
docs/reference/docs/concurrency-control.asciidoc
@@ -85,10 +85,6 @@ returns:
85
--------------------------------------------------
86
// TESTRESPONSE[s/"_seq_no" : \d+/"_seq_no" : $body._seq_no/ s/"_primary_term" : 2/"_primary_term" : $body._primary_term/]
87
88
-
89
-Note: The <<search-search,Search API>> can return the `_seq_no` and `_primary_term`
90
-for each search hit by requesting the `_seq_no` and `_primary_term` <<search-request-docvalue-fields,Doc Value Fields>>.
91
92
The sequence number and the primary term uniquely identify a change. By noting down
93
the sequence number and primary term returned, you can make sure to only change the
94
document if no other change was made to it since you retrieved it. This
0 commit comments