Filter Query: Aggregation Filter
INTERNAL ONLY
JSON
{
"kind": "AggregationFilter",
"aggregationName": "mYnaME", // NAME OF FACET FILTER
"filter":
{ filter1 }
}
Properties
kind | string, required |
aggregationName | The name of the aggregation this filter is connected to. |
filter (single) | The filter to be applied. |
temporaryAggregatorRequestId | Autogenerated Guid at request time, for precise aggregation result mapping. |