Skip to content

Commit 1a161be

Browse files
Fix styling
1 parent 482719f commit 1a161be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/_global/update_by_query/UpdateByQueryRequest.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ import { Duration } from '@_types/Time'
5858
* A bulk update request is performed for each batch of matching documents.
5959
* Any query or update failures cause the update by query request to fail and the failures are shown in the response.
6060
* Any update requests that completed successfully still stick, they are not rolled back.
61-
*
61+
*
6262
* **Refreshing shards**
6363
* Specifying the `refresh` parameter refreshes all shards once the request completes.
6464
* This is different than the update API's `refresh` parameter, which causes just the shard
6565
* that received the request to be refreshed. Unlike the update API, it does not support
6666
* `wait_for`.
67-
*
67+
*
6868
* **Running update by query asynchronously**
69-
*
69+
*
7070
* If the request contains `wait_for_completion=false`, Elasticsearch
7171
* performs some preflight checks, launches the request, and returns a
7272
* [task](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks) you can use to cancel or get the status of the task.
7373
* Elasticsearch creates a record of this task as a document at `.tasks/task/${taskId}`.
74-
*
74+
*
7575
* **Waiting for active shards**
76-
*
76+
*
7777
* `wait_for_active_shards` controls how many copies of a shard must be active
7878
* before proceeding with the request. See [`wait_for_active_shards`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-create#operation-create-wait_for_active_shards)
7979
* for details. `timeout` controls how long each write request waits for unavailable

0 commit comments

Comments
 (0)