We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CompositeAggregation.sources
1 parent 2a84c0c commit 1f00453Copy full SHA for 1f00453
specification/_types/aggregations/bucket.ts
@@ -145,9 +145,12 @@ export class CompositeAggregation extends BucketAggregationBase {
145
* The value sources used to build composite buckets.
146
* Keys are returned in the order of the `sources` definition.
147
*/
148
- sources?: Array<Dictionary<string, CompositeAggregationSource>>
+ sources?: Array<SingleKeyDictionary<string, CompositeAggregationSource>>
149
}
150
151
+/**
152
+ * @variants container
153
+ */
154
export class CompositeAggregationSource {
155
/**
156
* A terms aggregation.
0 commit comments