Auto-generated code for 8.9 (#2018)
This commit is contained in:
@ -3179,8 +3179,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'
|
||||
@ -3795,7 +3795,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
|
||||
|
||||
@ -3252,8 +3252,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'
|
||||
@ -3868,7 +3868,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