[
https://issues.apache.org/jira/browse/BEAM-12722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410012#comment-17410012
]
Beam JIRA Bot commented on BEAM-12722:
--------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> Add ElasticsearchIO External Versioning
> ---------------------------------------
>
> Key: BEAM-12722
> URL: https://issues.apache.org/jira/browse/BEAM-12722
> Project: Beam
> Issue Type: Improvement
> Components: io-java-elasticsearch
> Environment: Java SDK (all environments)
> Reporter: Benjamin Daghir
> Assignee: Evan Galpin
> Priority: P2
> Labels: features, stale-assigned
>
> h2. Elasticsearch External Versioning
> Beam's ElasticsearchIO Java SDK currently does not support [external
> versioning|https://www.elastic.co/blog/elasticsearch-versioning-support].
> h3. Use Case
> A primary use case is leveraging partial updates when performing a reindex
> operation. Without explicitly setting the external version, the versioning is
> set to default and version conflicts prevent any document updates.
> h3. API Usage for External Versioning
> When using Elasticsearch's API, the *?version_type=external&version=1.0.0*
> query parameters must be provided.
> [The options for *version_type*
> are|https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html#index-version-types]:
> * *external* or *external_gt*
> * *external_gte*
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)