I want to perform multiple /_count API requests in one go.
There is a MultiSearchRequest
that accepts multiple SearchRequest
s, but not an equivalent for CountRequest
s
Dependency:
compile group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: '7.1.1'
Is there another object I should be using? Or is this just not possible?