Auto-generated code for 8.8 (#2017)
This commit is contained in:
@ -3175,8 +3175,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
|
||||
|
||||
export interface AggregationsFrequentItemSetsField {
|
||||
field: Field
|
||||
exclude?: string | string[]
|
||||
include?: string | string[]
|
||||
exclude?: AggregationsTermsExclude
|
||||
include?: AggregationsTermsInclude
|
||||
}
|
||||
|
||||
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
|
||||
@ -3791,7 +3791,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
|
||||
field?: Field
|
||||
filter_duplicate_text?: boolean
|
||||
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
|
||||
include?: string | string[]
|
||||
include?: AggregationsTermsInclude
|
||||
jlh?: EmptyObject
|
||||
min_doc_count?: long
|
||||
mutual_information?: AggregationsMutualInformationHeuristic
|
||||
|
||||
@ -3248,8 +3248,8 @@ export type AggregationsFrequentItemSetsBucket = AggregationsFrequentItemSetsBuc
|
||||
|
||||
export interface AggregationsFrequentItemSetsField {
|
||||
field: Field
|
||||
exclude?: string | string[]
|
||||
include?: string | string[]
|
||||
exclude?: AggregationsTermsExclude
|
||||
include?: AggregationsTermsInclude
|
||||
}
|
||||
|
||||
export type AggregationsGapPolicy = 'skip' | 'insert_zeros' | 'keep_values'
|
||||
@ -3864,7 +3864,7 @@ export interface AggregationsSignificantTextAggregation extends AggregationsBuck
|
||||
field?: Field
|
||||
filter_duplicate_text?: boolean
|
||||
gnd?: AggregationsGoogleNormalizedDistanceHeuristic
|
||||
include?: string | string[]
|
||||
include?: AggregationsTermsInclude
|
||||
jlh?: EmptyObject
|
||||
min_doc_count?: long
|
||||
mutual_information?: AggregationsMutualInformationHeuristic
|
||||
|
||||
Reference in New Issue
Block a user