Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/docs/bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ $ curl -s -H "Content-Type: application/x-ndjson" -XPOST localhost:9200/_bulk --

[discrete]
[[bulk-optimistic-concurrency-control]]
===== Optimistic Concurrency Control
===== Optimistic concurrency control

Each `index` and `delete` action within a bulk API call may include the
`if_seq_no` and `if_primary_term` parameters in their respective action
Expand Down Expand Up @@ -168,7 +168,7 @@ appropriate backing index for the stream.

[discrete]
[[bulk-wait-for-active-shards]]
===== Wait For Active Shards
===== Wait for active shards

When making bulk calls, you can set the `wait_for_active_shards`
parameter to require a minimum number of shard copies to be active
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/indices/create-index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ PUT /test
--------------------------------------------------

[[create-index-wait-for-active-shards]]
===== Wait For active shards
===== Wait for active shards

By default, index creation will only return a response to the client when the primary copies of
each shard have been started, or the request times out. The index creation response will indicate
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/indices/open-close.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ and then the previous write index can be closed.
// end::closed-index[]

[[open-index-api-wait-for-active-shards]]
===== Wait For active shards
===== Wait for active shards

// tag::wait-for-active-shards[]

Expand Down