Skip to content

Commit 84ed801

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

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

0 commit comments

Comments
 (0)