-
Notifications
You must be signed in to change notification settings - Fork 25k
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
Children aggregation for recursive parent-child relation leads to incorrect results #8100
Comments
@martijnvg I've assigned this to you. I didn't think we supported recursive p/c mappings? |
@clintongormley In general in parent/child we never explicitly supported it, but I think we should. This kind of usage works for the |
+1 |
is there any known workaround? |
+1 |
+1 - I also need parent / child mapping for nested |
Closing in favour for #11432. |
Hi,
I tried to create recursive parent-child relation:
family-mapping.json:
family.json:
aggregation.json:
When I'm trying to aggregate this data I'm getting child buckets inside parent ones with same name:
I'm using 1.4.0-beta1 version (downloaded from elasticsearch.org).
The text was updated successfully, but these errors were encountered: