Skip to content

Commit 5dcae0e

Browse files
authored
Remove statement about search and optimistic concurrency control from 6.6 docs
This turned out to not be true and is tackled by #37639 . That PR will be part of 6.7
1 parent 0edaf2b commit 5dcae0e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/reference/docs/concurrency-control.asciidoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ returns:
8585
--------------------------------------------------
8686
// TESTRESPONSE[s/"_seq_no" : \d+/"_seq_no" : $body._seq_no/ s/"_primary_term" : 2/"_primary_term" : $body._primary_term/]
8787

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-
9288
The sequence number and the primary term uniquely identify a change. By noting down
9389
the sequence number and primary term returned, you can make sure to only change the
9490
document if no other change was made to it since you retrieved it. This

0 commit comments

Comments
 (0)