A filter Domain Specific Language (DSL) used to create advanced filter queries.
The selection of fields to group the results by when doing aggregations. You can specify up to 5 items to group by.
When you do not specify any aggregates, the fields listed in the groupBy
clause will return the unique
values stored for each field.
Limit the number of results returned. The default limit is currently at 100 items.
Optional list (array) of properties you want to apply the query above to. If you do not list any properties, you search through text fields by default.
Optional query string. The API will parse the query string, and use it to match the text properties on elements to use for the aggregate(s).
Defines an aggregation request. This will let you group, and aggregate supported data types. The request supports filters, and allows optional search matching.