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 @@ -3175,8 +3175,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
31753175
31763176export interface AggregationsFrequentItemSetsField {
31773177 field : Field
3178- exclude ?: string | string [ ]
3179- include ?: string | string [ ]
3178+ exclude ?: AggregationsTermsExclude
3179+ include ?: AggregationsTermsInclude
31803180}
31813181
31823182export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3791,7 +3791,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
37913791 field ?: Field
37923792 filter_duplicate_text ?: boolean
37933793 gnd ?: AggregationsGoogleNormalizedDistanceHeuristic
3794- include ?: string | string [ ]
3794+ include ?: AggregationsTermsInclude
37953795 jlh ?: EmptyObject
37963796 min_doc_count ?: long
37973797 mutual_information ?: AggregationsMutualInformationHeuristic
Original file line number Diff line number Diff line change @@ -3248,8 +3248,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
32483248
32493249export interface AggregationsFrequentItemSetsField {
32503250 field: Field
3251- exclude?: string | string[]
3252- include?: string | string[]
3251+ exclude?: AggregationsTermsExclude
3252+ include?: AggregationsTermsInclude
32533253}
32543254
32553255export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
@@ -3864,7 +3864,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
38643864 field?: Field
38653865 filter_duplicate_text?: boolean
38663866 gnd?: AggregationsGoogleNormalizedDistanceHeuristic
3867- include?: string | string[]
3867+ include?: AggregationsTermsInclude
38683868 jlh?: EmptyObject
38693869 min_doc_count?: long
38703870 mutual_information?: AggregationsMutualInformationHeuristic
You can’t perform that action at this time.
0 commit comments