File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -509,16 +509,16 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=max_docs]
509
509
(Optional, enum) Set to `proceed` to continue reindexing even if there are conflicts.
510
510
Defaults to `abort`.
511
511
512
+ `max_docs`::
513
+ (Optional, integer) The maximum number of documents to reindex. If <<conflicts, conflicts>> is equal to
514
+ `proceed`, reindex could attempt to reindex more documents from the source than `max_docs` until it has successfully
515
+ indexed `max_docs` documents into the target, or it has gone through every document in the source query.
516
+
512
517
`source`::
513
518
`index`:::
514
519
(Required, string) The name of the data stream, index, or alias you are copying
515
520
_from_. Also accepts a comma-separated list to reindex from multiple sources.
516
521
517
- `max_docs`:::
518
- (Optional, integer) The maximum number of documents to reindex. If <<conflicts, conflicts>> is equal to
519
- `proceed`, reindex could attempt to reindex more documents from the source than `max_docs` until it has successfully
520
- indexed `max_docs` documents into the target, or it has gone through every document in the source query.
521
-
522
522
`query`:::
523
523
(Optional, <<query-dsl, query object>>) Specifies the documents to reindex using the Query DSL.
524
524
You can’t perform that action at this time.
0 commit comments