I want to know if I can access parent key in subaggregation, as

{
>     "size": 0, 
>     "aggs":{
>         "*agg1*":{
>             "terms":{
>                 "field":"memberId"
>             },
>             "aggs":{
>                 "11":{
>                     "terms":{
>                         "field":"*agg1*._value"
>                            
>                     }
>                 }
>             }
>         }
>     }
> }


The above script dont seems to be working, I want to know if any script 
exists.. 

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/fb7eb444-55d7-4a1c-bbef-4834609c03a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to