Skip to content

Commit adfdba7

Browse files
committed
Add property for MultiTerms aggregation
1 parent 5804a64 commit adfdba7

File tree

3 files changed

+40
-27
lines changed

3 files changed

+40
-27
lines changed

output/schema/schema.json

Lines changed: 38 additions & 27 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
@@ -275,6 +275,7 @@ export class MultiTermsAggregation extends BucketAggregationBase {
275275

276276
export class MultiTermLookup {
277277
field: Field
278+
missing?: Missing
278279
}
279280

280281
export class NestedAggregation extends BucketAggregationBase {

0 commit comments

Comments
 (0)