My API request looks like this...
GET /my_index/_search?scroll=1m
Along with getting the search results, I'm also looking to get the count of the total results at one go. However, while targeting hits>total>value, the number of records never show a count more than 10000. Due to this, I have to fire count API separately. Is there any way where I can get more than 10000 records in my same _search query?
