generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We have some use cases where the version number (version
) of documents is set externally—typically stored as a field in the _source (e.g., @version_number). Currently, RFS does not support setting external versions when making _bulk calls.
It would be useful to allow RFS to:
- Extract the version from the source(maybe using transformations)
- Set version_type as external
- Optionally ignore version conflicts and continue processing instead of failing the worker
This would give us more control over versioning behavior during reindexing and unlock support for externally versioned documents.
sumobrian
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request