You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug in field resolution: the branch in the URL sets the default type, so with hobby, it looks only for branch.hobby. If you change that to employee.hobby then it works correctly.
I have been trying to test this feature with guide data as follow:
and execute the same query as here:
http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/children-agg.html
A response is:
As you can see countries are grouped correctly but buckets for hobbies are empty.
The text was updated successfully, but these errors were encountered: