Hi,
I am able to get the child documents by using an index. But not by using an alias.
This works:
/cms_articles_v7/trending_articles/_search
But this doesn't work:
/cms_articles/trending_articles/_search
I use AWS ES. In the above cms_articles_v7 is an index and cms_articles is an alias. trending_articles is child type. I use ES 5.6 version.
thanks
Sri