File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3179,8 +3179,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
31793179
31803180export interface AggregationsFrequentItemSetsField {
31813181 field : Field
3182- exclude ?: string | string [ ]
3183- include ?: string | string [ ]
3182+ exclude ?: AggregationsTermsExclude
3183+ include ?: AggregationsTermsInclude
31843184}
31853185
31863186export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3795,7 +3795,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
37953795 field ?: Field
37963796 filter_duplicate_text ?: boolean
37973797 gnd ?: AggregationsGoogleNormalizedDistanceHeuristic
3798- include ?: string | string [ ]
3798+ include ?: AggregationsTermsInclude
37993799 jlh ?: EmptyObject
38003800 min_doc_count ?: long
38013801 mutual_information ?: AggregationsMutualInformationHeuristic
Original file line number Diff line number Diff line change @@ -3252,8 +3252,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
32523252
32533253export interface AggregationsFrequentItemSetsField {
32543254 field: Field
3255- exclude?: string | string[]
3256- include?: string | string[]
3255+ exclude?: AggregationsTermsExclude
3256+ include?: AggregationsTermsInclude
32573257}
32583258
32593259export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3868,7 +3868,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
38683868 field?: Field
38693869 filter_duplicate_text?: boolean
38703870 gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3871- include?: string | string[]
3871+ include?: AggregationsTermsInclude
38723872 jlh?: EmptyObject
38733873 min_doc_count?: long
38743874 mutual_information?: AggregationsMutualInformationHeuristic
You can’t perform that action at this time.
0 commit comments