File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ PUT products/_doc/1567
31
31
// CONSOLE
32
32
33
33
You can see the assigned sequence number and primary term in the
34
- the `_seq_no` and `_primary_term` fields of the response:
34
+ `_seq_no` and `_primary_term` fields of the response:
35
35
36
36
[source,js]
37
37
--------------------------------------------------
@@ -53,8 +53,8 @@ the `_seq_no` and `_primary_term` fields of the response:
53
53
// TESTRESPONSE[s/"_seq_no" : \d+/"_seq_no" : $body._seq_no/ s/"_primary_term" : 2/"_primary_term" : $body._primary_term/]
54
54
55
55
56
- Elasticsearch keeps tracks of the sequence number and primary of the last
57
- operation to have changed each of the document it stores. The sequence number
56
+ Elasticsearch keeps tracks of the sequence number and primary term of the last
57
+ operation to have changed each of the documents it stores. The sequence number
58
58
and primary term are returned in the `_seq_no` and `_primary_term` fields in
59
59
the response of the <<docs-get,GET API>>:
60
60
You can’t perform that action at this time.
0 commit comments