HI All,
i have the following scenario where nested json to n-level.
example:
"aggregations":{
"assetClassFacet":{
"buckets":[
{
"key":"image",
"doc_count":6,
"mixedFacet":{
"buckets":[
{
"key":"mix",
"doc_count":6
}
]
}
},
{
"key":"document",
"doc_count":4,
"mixedFacet":{
"buckets":[
{
"key":"mix",
"doc_count":4
...
Go to the complete details ...