Skip to content

Commit

Permalink
Edits to text in Optimistic Concurrency Ctrl doc (#39191)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeiss authored and javanna committed Feb 25, 2019
1 parent e2a96a2 commit 7b0210a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/docs/concurrency-control.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PUT products/_doc/1567
// CONSOLE

You can see the assigned sequence number and primary term in the
the `_seq_no` and `_primary_term` fields of the response:
`_seq_no` and `_primary_term` fields of the response:

[source,js]
--------------------------------------------------
Expand All @@ -53,8 +53,8 @@ the `_seq_no` and `_primary_term` fields of the response:
// TESTRESPONSE[s/"_seq_no" : \d+/"_seq_no" : $body._seq_no/ s/"_primary_term" : 2/"_primary_term" : $body._primary_term/]


Elasticsearch keeps tracks of the sequence number and primary of the last
operation to have changed each of the document it stores. The sequence number
Elasticsearch keeps tracks of the sequence number and primary term of the last
operation to have changed each of the documents it stores. The sequence number
and primary term are returned in the `_seq_no` and `_primary_term` fields in
the response of the <<docs-get,GET API>>:

Expand Down

0 comments on commit 7b0210a

Please sign in to comment.