File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ $ curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --
137
137
138
138
[discrete]
139
139
[[bulk-optimistic-concurrency-control]]
140
- ===== Optimistic Concurrency Control
140
+ ===== Optimistic concurrency control
141
141
142
142
Each `index` and `delete` action within a bulk API call may include the
143
143
`if_seq_no` and `if_primary_term` parameters in their respective action
@@ -168,7 +168,7 @@ appropriate backing index for the stream.
168
168
169
169
[discrete]
170
170
[[bulk-wait-for-active-shards]]
171
- ===== Wait For Active Shards
171
+ ===== Wait for active shards
172
172
173
173
When making bulk calls, you can set the `wait_for_active_shards`
174
174
parameter to require a minimum number of shard copies to be active
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ PUT /test
156
156
--------------------------------------------------
157
157
158
158
[[create-index-wait-for-active-shards]]
159
- ===== Wait For active shards
159
+ ===== Wait for active shards
160
160
161
161
By default, index creation will only return a response to the client when the primary copies of
162
162
each shard have been started, or the request times out. The index creation response will indicate
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ and then the previous write index can be closed.
66
66
// end::closed-index[]
67
67
68
68
[[open-index-api-wait-for-active-shards]]
69
- ===== Wait For active shards
69
+ ===== Wait for active shards
70
70
71
71
// tag::wait-for-active-shards[]
72
72
You can’t perform that action at this time.
0 commit comments