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
3179
3179
3180
3180
export interface AggregationsFrequentItemSetsField {
3181
3181
field : Field
3182
- exclude ?: string | string [ ]
3183
- include ?: string | string [ ]
3182
+ exclude ?: AggregationsTermsExclude
3183
+ include ?: AggregationsTermsInclude
3184
3184
}
3185
3185
3186
3186
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3795,7 +3795,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
3795
3795
field ?: Field
3796
3796
filter_duplicate_text ?: boolean
3797
3797
gnd ?: AggregationsGoogleNormalizedDistanceHeuristic
3798
- include ?: string | string [ ]
3798
+ include ?: AggregationsTermsInclude
3799
3799
jlh ?: EmptyObject
3800
3800
min_doc_count ?: long
3801
3801
mutual_information ?: AggregationsMutualInformationHeuristic
Original file line number Diff line number Diff line change @@ -3252,8 +3252,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
3252
3252
3253
3253
export interface AggregationsFrequentItemSetsField {
3254
3254
field: Field
3255
- exclude?: string | string[]
3256
- include?: string | string[]
3255
+ exclude?: AggregationsTermsExclude
3256
+ include?: AggregationsTermsInclude
3257
3257
}
3258
3258
3259
3259
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3868,7 +3868,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
3868
3868
field?: Field
3869
3869
filter_duplicate_text?: boolean
3870
3870
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3871
- include?: string | string[]
3871
+ include?: AggregationsTermsInclude
3872
3872
jlh?: EmptyObject
3873
3873
min_doc_count?: long
3874
3874
mutual_information?: AggregationsMutualInformationHeuristic
You can’t perform that action at this time.
0 commit comments