Details
-
Improvement
-
Status: Resolved
-
P2
-
Resolution: Duplicate
-
2.25.0
-
None
Description
It is impossible to index Parent/Child documents using ElasticsearchIO
When using parent/child documents in Elasticsearch, child documents must be indexed using the "parent" attribute when using the bulk endpoint.
https://www.elastic.co/guide/en/elasticsearch/guide/master/indexing-parent-child.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
There needs to be a "parent" attribute on the DocumentMetadata object. I think a FieldValueExtractFn would work really nicely for this
Attachments
Issue Links
- duplicates
-
BEAM-11283 Allow for Parent parameter for Parent/Child join - ElasticsearchIO
- Open