File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 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 --
137137
138138[discrete]
139139[[bulk-optimistic-concurrency-control]]
140- ===== Optimistic Concurrency Control
140+ ===== Optimistic concurrency control
141141
142142Each `index` and `delete` action within a bulk API call may include the
143143`if_seq_no` and `if_primary_term` parameters in their respective action
@@ -168,7 +168,7 @@ appropriate backing index for the stream.
168168
169169[discrete]
170170[[bulk-wait-for-active-shards]]
171- ===== Wait For Active Shards
171+ ===== Wait for active shards
172172
173173When making bulk calls, you can set the `wait_for_active_shards`
174174parameter to require a minimum number of shard copies to be active
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ PUT /test
162162--------------------------------------------------
163163
164164[[create-index-wait-for-active-shards]]
165- ===== Wait For active shards
165+ ===== Wait for active shards
166166
167167By default, index creation will only return a response to the client when the primary copies of
168168each 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.
6666// end::closed-index[]
6767
6868[[open-index-api-wait-for-active-shards]]
69- ===== Wait For active shards
69+ ===== Wait for active shards
7070
7171// tag::wait-for-active-shards[]
7272
You can’t perform that action at this time.
0 commit comments