Aggregations は、検索リクエストで適用する集約のリストを定義します。
データ構造
message Aggregations {
repeated Aggregation aggs = 1;
}
|
パラメーター |
タイプ |
必須 |
説明 |
|
aggs |
はい |
集約の構成です。 |
Aggregations は、検索リクエストで適用する集約のリストを定義します。
message Aggregations {
repeated Aggregation aggs = 1;
}
|
パラメーター |
タイプ |
必須 |
説明 |
|
aggs |
はい |
集約の構成です。 |