File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3175,8 +3175,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
3175
3175
3176
3176
export interface AggregationsFrequentItemSetsField {
3177
3177
field : Field
3178
- exclude ?: string | string [ ]
3179
- include ?: string | string [ ]
3178
+ exclude ?: AggregationsTermsExclude
3179
+ include ?: AggregationsTermsInclude
3180
3180
}
3181
3181
3182
3182
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3791,7 +3791,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
3791
3791
field ?: Field
3792
3792
filter_duplicate_text ?: boolean
3793
3793
gnd ?: AggregationsGoogleNormalizedDistanceHeuristic
3794
- include ?: string | string [ ]
3794
+ include ?: AggregationsTermsInclude
3795
3795
jlh ?: EmptyObject
3796
3796
min_doc_count ?: long
3797
3797
mutual_information ?: AggregationsMutualInformationHeuristic
Original file line number Diff line number Diff line change @@ -3248,8 +3248,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
3248
3248
3249
3249
export interface AggregationsFrequentItemSetsField {
3250
3250
field: Field
3251
- exclude?: string | string[]
3252
- include?: string | string[]
3251
+ exclude?: AggregationsTermsExclude
3252
+ include?: AggregationsTermsInclude
3253
3253
}
3254
3254
3255
3255
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3864,7 +3864,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
3864
3864
field?: Field
3865
3865
filter_duplicate_text?: boolean
3866
3866
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3867
- include?: string | string[]
3867
+ include?: AggregationsTermsInclude
3868
3868
jlh?: EmptyObject
3869
3869
min_doc_count?: long
3870
3870
mutual_information?: AggregationsMutualInformationHeuristic
You can’t perform that action at this time.
0 commit comments