We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On Agg calls, not interested in any of the hits items.
Example.
{ users(aggs:{ key:"my_agg", value: { terms: {field:firstName, size:1000} } }, perPage: 0) { aggregations items { ... } } }
The above will still return 20 items