generic class to represent a JSON request structure for group-based search queries.
Attributes
| Name | Type | Description |
|---|---|---|
| filters | dict | dictionary of filter criteria where keys are field names and values are FilterOperator expressions. |
| service_name | str | name of the service to query. |
| groups | list | list of group options for aggregation. |
| group_summaries | list | list of group summaries for aggregation statistics. |
Methods
from_dict()
create a GroupSearchQuery from a dictionary.
| Name | Type | Default | Description |
|---|---|---|---|
| data | dict | dictionary representation of the search query. |