You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robert Coe (Jira)" <ji...@apache.org> on 2020/11/17 17:42:00 UTC

[jira] [Created] (BEAM-11284) Allow for Parent parameter for Parent/Child join - ElasticsearchIO

Robert Coe created BEAM-11284:
---------------------------------

             Summary: Allow for Parent parameter for Parent/Child join - ElasticsearchIO
                 Key: BEAM-11284
                 URL: https://issues.apache.org/jira/browse/BEAM-11284
             Project: Beam
          Issue Type: Improvement
          Components: io-java-elasticsearch
    Affects Versions: 2.25.0
            Reporter: Robert Coe


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]

 

[https://github.com/apache/beam/blob/master/sdks/java/io/elasticsearch/src/main/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIO.java]

There needs to be a "parent" attribute on the DocumentMetadata object. I think a FieldValueExtractFn would work really nicely for this

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)