mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 15:35:05 +00:00
`_reindex` only needs the `_version` if the `dest` has `"version_type": "external"`. So it shouldn't ask for it unless it does. `_update_by_query` and `_delete_by_query` always need the `_version`. Closes #19135