Skip to content

Commit

Permalink
Update typo on conflicts field description of reindex.md (#7371)
Browse files Browse the repository at this point in the history
* Update typo on conflicts field description of reindex.md

Signed-off-by: Sokratis Papadopoulos <[email protected]>

* Update _api-reference/document-apis/reindex.md

Signed-off-by: Naarcha-AWS <[email protected]>

---------

Signed-off-by: Sokratis Papadopoulos <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
  • Loading branch information
spapadop and Naarcha-AWS authored Jun 12, 2024
1 parent f8e0fa5 commit a595835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/document-apis/reindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Your request body must contain the names of the source index and destination ind

Field | Description
:--- | :---
conflicts | Indicates to OpenSearch what should happen if the delete by query operation runs into a version conflict. Valid options are `abort` and `proceed`. Default is abort.
conflicts | Indicates to OpenSearch what should happen if the Reindex operation runs into a version conflict. Valid options are `abort` and `proceed`. Default is `abort`.
source | Information about the source index to include. Valid fields are `index`, `max_docs`, `query`, `remote`, `size`, `slice`, and `_source`.
index | The name of the source index to copy data from.
max_docs | The maximum number of documents to reindex.
Expand Down

0 comments on commit a595835

Please sign in to comment.