Skip to content

Commit 1f5fa00

Browse files
jxie-1leemthompo
andauthored
Update specification/_global/reindex/ReindexRequest.ts
Co-authored-by: Liam Thompson <[email protected]>
1 parent c0a4e5e commit 1f5fa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_global/reindex/ReindexRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { Destination, Source } from './types'
6868
*
6969
* It's recommended to reindex on indices with a green status. Reindexing can fail when a node shuts down or crashes.
7070
* * When requested with `wait_for_completion=true` (default), the request fails if the node shuts down.
71-
* * When requested with `wait_for_completion=false`, a task id is returned, which can be used via the task management API to monitor the task. The task may disappear or fail if the node shuts down.
71+
* * When requested with `wait_for_completion=false`, a task id is returned, for use with the task management APIs. The task may disappear or fail if the node shuts down.
7272
* When retrying a failed reindex operation, it might be necessary to set `conflicts=proceed` or to first delete the partial destination index.
7373
* Additionally, dry runs, checking disk space, and fetching index recovery information can help address the root cause.
7474
*

0 commit comments

Comments
 (0)