Skip to content

Commit

Permalink
Fix include type in Significant Text Agg (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Sep 20, 2023
1 parent f16d22a commit ca591c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
25 changes: 5 additions & 20 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_types/aggregations/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ export class SignificantTextAggregation extends BucketAggregationBase {
/**
* Values to include.
*/
include?: string | string[]
include?: TermsInclude
/**
* Use JLH score as the significance score.
*/
Expand Down

0 comments on commit ca591c5

Please sign in to comment.