Skip to content

Commit 2b51b3f

Browse files
pquentingithub-actions[bot]
authored andcommitted
Fix include type in Significant Text Agg (#2279)
1 parent b89646a commit 2b51b3f

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

output/schema/schema.json

Lines changed: 5 additions & 20 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 & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ export class SignificantTextAggregation extends BucketAggregationBase {
865865
/**
866866
* Values to include.
867867
*/
868-
include?: string | string[]
868+
include?: TermsInclude
869869
/**
870870
* Use JLH score as the significance score.
871871
*/

0 commit comments

Comments
 (0)