Skip to content

[DOCS] Correct source.index parm def in reindex API #52004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 4 additions & 2 deletions docs/reference/docs/reindex.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,10 @@ Defaults to `abort`.

`source`::
`index`:::
(Required, string) The name of the index you are copying _from_.
Also accepts a comma-separated list of indices to reindex from multiple sources.
(Required, string or array of strings)
The name of the index you are copying _from_.
Also accepts an array of indices (e.g. `["index1", "index2"]`) to reindex from
multiple sources.

`max_docs`:::
(Optional, integer) The maximum number of documents to reindex.
Expand Down