Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature to support passing in the parent value via a field path during indexing, same as _id & _routing. #3405

Closed
govindm opened this issue Jul 29, 2013 · 3 comments

Comments

@govindm
Copy link

govindm commented Jul 29, 2013

Currently I see that the _id & _routing can be extracted from the source/document by creating the mapping as below.

{
    "tweet" : {
       "_id" : {
            "path" : "post_id"
        }
    }
}

But _parent value can't be set this way.
Could you please add feature to support passing in the parent value via a field path during indexing, same as _id & _routing?

@govindm
Copy link
Author

govindm commented Jul 29, 2013

in case more info required please refrer to this thread.
https://groups.google.com/forum/?fromgroups=#!topic/elasticsearch/KSEf3FZPh64

@ghost ghost assigned javanna Aug 26, 2013
@SimonSimCity
Copy link

👍 I needed that for one of my projects, where I use Couchbase and can just use the data I have inside the document ...

@clintongormley
Copy link
Contributor

Closed in favour of #6730

@javanna javanna removed their assignment Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants