Skip to content

Commit 7078dff

Browse files
authored
Fix include type in Significant Text Agg (#2279) (#2290)
1 parent 09aa88f commit 7078dff

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
@@ -365,7 +365,7 @@ export class SignificantTextAggregation extends BucketAggregationBase {
365365
field?: Field
366366
filter_duplicate_text?: boolean
367367
gnd?: GoogleNormalizedDistanceHeuristic
368-
include?: string | string[]
368+
include?: TermsInclude
369369
jlh?: EmptyObject
370370
min_doc_count?: long
371371
mutual_information?: MutualInformationHeuristic

0 commit comments

Comments
 (0)