Skip to content

Commit 41ee88d

Browse files
committed
Add property for MultiTerms aggregation (#2000)
1 parent 3fce738 commit 41ee88d

File tree

3 files changed

+36
-23
lines changed

3 files changed

+36
-23
lines changed

output/schema/schema.json

Lines changed: 34 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/aggregations/bucket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ export class MultiTermsAggregation extends BucketAggregationBase {
246246

247247
export class MultiTermLookup {
248248
field: Field
249+
missing?: Missing
249250
}
250251

251252
export class NestedAggregation extends BucketAggregationBase {

0 commit comments

Comments
 (0)