We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5281c4b commit 59f2b73Copy full SHA for 59f2b73
specification/_global/bulk/BulkRequest.ts
@@ -140,7 +140,7 @@ import { OperationContainer, UpdateAction } from './types'
140
* Imagine a `_bulk?refresh=wait_for` request with three documents in it that happen to be routed to different shards in an index with five shards.
141
* The request will only wait for those three shards to refresh.
142
* The other two shards that make up the index do not participate in the `_bulk` request at all.
143
- *
+ *
144
* You might want to disable the refresh interval temporarily to improve indexing throughput for large bulk requests.
145
* Refer to the linked documentation for step-by-step instructions using the index settings API.
146
* @rest_spec_name bulk
0 commit comments