Skip to content

Commit 8323709

Browse files
Use correct type for Significant Terms Agg (#1556) (#1576)
* Use correct type * fresh contrib Co-authored-by: Philip Krauss <[email protected]>
1 parent f54d508 commit 8323709

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
@@ -309,7 +309,7 @@ export class SignificantTermsAggregation extends BucketAggregationBase {
309309
execution_hint?: TermsAggregationExecutionHint
310310
field?: Field
311311
gnd?: GoogleNormalizedDistanceHeuristic
312-
include?: string | string[]
312+
include?: TermsInclude
313313
min_doc_count?: long
314314
mutual_information?: MutualInformationHeuristic
315315
percentage?: PercentageScoreHeuristic

0 commit comments

Comments
 (0)