Skip to content

Commit

Permalink
Fix include type in Significant Text Agg (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 20, 2023
1 parent 5ed2bac commit 84bae57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 22 deletions.
25 changes: 5 additions & 20 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/_types/aggregations/bucket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export class SignificantTextAggregation extends BucketAggregationBase {
field?: Field
filter_duplicate_text?: boolean
gnd?: GoogleNormalizedDistanceHeuristic
include?: string | string[]
include?: TermsInclude
jlh?: EmptyObject
min_doc_count?: long
mutual_information?: MutualInformationHeuristic
Expand Down

0 comments on commit 84bae57

Please sign in to comment.