Skip to content

Commit 029ebe9

Browse files
authored
Fix include type in Significant Text Agg (#2279) (#2292)
1 parent 4a27c63 commit 029ebe9

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
@@ -334,7 +334,7 @@ export class SignificantTextAggregation extends BucketAggregationBase {
334334
field?: Field
335335
filter_duplicate_text?: boolean
336336
gnd?: GoogleNormalizedDistanceHeuristic
337-
include?: string | string[]
337+
include?: TermsInclude
338338
min_doc_count?: long
339339
mutual_information?: MutualInformationHeuristic
340340
percentage?: PercentageScoreHeuristic

0 commit comments

Comments
 (0)