I am using Elastic uri to search documents but i want its aggregations by using url based on url structure Is this possible?
My Url is:
http://localhost:9200/my_index/type/_search?q=f_name=human
i want to just get aggs by using this uri
Searched and tested lot of other solutions but finally i posted if someone can help out.
I have already tried with json formats but i want to get resolved by uri if possible.