Skip to content

Commit

Permalink
Remove redundant source (#7755) (#7763)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] committed Jul 17, 2024
1 parent 018f938 commit a5f68c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _api-reference/document-apis/reindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ version_type | The indexing operation's version type. Valid values are `internal
op_type | Whether to copy over documents that are missing in the destination index. Valid values are `create` (ignore documents with the same ID from the source index) and `index` (copy everything from the source index).
pipeline | Which ingest pipeline to utilize during the reindex.
script | A script that OpenSearch uses to apply transformations to the data during the reindex operation.
source | The actual script that OpenSearch runs.
lang | The scripting language. Valid options are `painless`, `expression`, `mustache`, and `java`.

## Response
Expand Down

0 comments on commit a5f68c0

Please sign in to comment.