Name | Type | Description | Notes |
---|---|---|---|
date_ranges | Array<MsaDateRangeSpec> | ||
exclude | String | ||
extended_bounds | MsaExtendedBoundsSpec | [optional] | |
field | String | ||
filter | String | ||
from | Integer | ||
include | String | ||
interval | String | ||
max_doc_count | Integer | [optional] | |
min_doc_count | Integer | [optional] | |
missing | String | ||
name | String | ||
q | String | ||
ranges | Array<MsaRangeSpec> | ||
size | Integer | ||
sort | String | ||
sub_aggregates | Array<MsaAggregateQueryRequest> | ||
time_zone | String | ||
type | String |
require 'crimson-falcon'
instance = Falcon::MsaAggregateQueryRequest.new(
date_ranges: null,
exclude: null,
extended_bounds: null,
field: null,
filter: null,
from: null,
include: null,
interval: null,
max_doc_count: null,
min_doc_count: null,
missing: null,
name: null,
q: null,
ranges: null,
size: null,
sort: null,
sub_aggregates: null,
time_zone: null,
type: null
)