Skip to content

Commit 13a3537

Browse files
Update reindex.md (opensearch-project#6760)
Added dest > pipeline to the documentation Signed-off-by: landon-l8 <[email protected]>
1 parent 1711edd commit 13a3537

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_api-reference/document-apis/reindex.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@ slice | Whether to manually or automatically slice the reindex operation so it e
7373
_source | Whether to reindex source fields. Specify a list of fields to reindex or true to reindex all fields. Default is true.
7474
id | The ID to associate with manual slicing.
7575
max | Maximum number of slices.
76-
dest | Information about the destination index. Valid values are `index`, `version_type`, and `op_type`.
76+
dest | Information about the destination index. Valid values are `index`, `version_type`, `op_type`, and `pipeline`.
7777
index | Name of the destination index.
7878
version_type | The indexing operation's version type. Valid values are `internal`, `external`, `external_gt` (retrieve the document if the specified version number is greater than the document’s current version), and `external_gte` (retrieve the document if the specified version number is greater or equal to than the document’s current version).
7979
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).
80+
pipeline | Which ingest pipeline to utilize during the reindex.
8081
script | A script that OpenSearch uses to apply transformations to the data during the reindex operation.
8182
source | The actual script that OpenSearch runs.
8283
lang | The scripting language. Valid options are `painless`, `expression`, `mustache`, and `java`.

0 commit comments

Comments
 (0)