Hi,
I am using elasticsearch 2.4.0
For the use case I have, parent child and grand children works best and I was able to set them up fine.
I set,
- Grand childs parent as, child
- Childs parent as, parent
- Set the routing of both grand child and child as parent, so that they all reside on the same shard.
All is fine and I am able to run some basic queries.
But I am not able to retrieve parent/child/grand child in a nested format.
I want to fetch parent/child/grand child, based on parent's id.
Is that possible?
I am willing to upgrade if this is possible in a higher version.
Thanks,
Arun