Auto-generated code for 8.9 (#1977)

This commit is contained in:
Elastic Machine
2023-08-24 01:03:37 +09:30
committed by GitHub
parent af6a9245c2
commit fc34ebc329
2 changed files with 26 additions and 8 deletions

View File

@ -5712,7 +5712,7 @@ export interface QueryDslQueryContainer {
term?: Partial<Record<Field, QueryDslTermQuery | FieldValue>>
terms?: QueryDslTermsQuery
terms_set?: Partial<Record<Field, QueryDslTermsSetQuery>>
text_expansion?: QueryDslTextExpansionQuery | Field
text_expansion?: Partial<Record<Field, QueryDslTextExpansionQuery>>
wildcard?: Partial<Record<Field, QueryDslWildcardQuery | string>>
wrapper?: QueryDslWrapperQuery
type?: QueryDslTypeQuery
@ -5927,7 +5927,6 @@ export interface QueryDslTermsSetQuery extends QueryDslQueryBase {
}
export interface QueryDslTextExpansionQuery extends QueryDslQueryBase {
value: Field
model_id: string
model_text: string
}
@ -9609,7 +9608,7 @@ export interface IndicesIndexSettingsKeys {
queries?: IndicesQueries
similarity?: IndicesSettingsSimilarity
mapping?: IndicesMappingLimitSettings
'indexing.slowlog'?: IndicesSlowlogSettings
'indexing.slowlog'?: IndicesIndexingSlowlogSettings
indexing_pressure?: IndicesIndexingPressure
store?: IndicesStorage
}
@ -9687,6 +9686,17 @@ export interface IndicesIndexingPressureMemory {
limit?: integer
}
export interface IndicesIndexingSlowlogSettings {
level?: string
source?: integer
reformat?: boolean
threshold?: IndicesIndexingSlowlogTresholds
}
export interface IndicesIndexingSlowlogTresholds {
index?: IndicesSlowlogTresholdLevels
}
export interface IndicesMappingLimitSettings {
coerce?: boolean
total_fields?: IndicesMappingLimitSettingsTotalFields
@ -9840,7 +9850,6 @@ export interface IndicesSlowlogTresholdLevels {
export interface IndicesSlowlogTresholds {
query?: IndicesSlowlogTresholdLevels
fetch?: IndicesSlowlogTresholdLevels
index?: IndicesSlowlogTresholdLevels
}
export interface IndicesSoftDeletes {

View File

@ -5785,7 +5785,7 @@ export interface QueryDslQueryContainer {
term?: Partial<Record<Field, QueryDslTermQuery | FieldValue>>
terms?: QueryDslTermsQuery
terms_set?: Partial<Record<Field, QueryDslTermsSetQuery>>
text_expansion?: QueryDslTextExpansionQuery | Field
text_expansion?: Partial<Record<Field, QueryDslTextExpansionQuery>>
wildcard?: Partial<Record<Field, QueryDslWildcardQuery | string>>
wrapper?: QueryDslWrapperQuery
type?: QueryDslTypeQuery
@ -6000,7 +6000,6 @@ export interface QueryDslTermsSetQuery extends QueryDslQueryBase {
}
export interface QueryDslTextExpansionQuery extends QueryDslQueryBase {
value: Field
model_id: string
model_text: string
}
@ -9732,7 +9731,7 @@ export interface IndicesIndexSettingsKeys {
queries?: IndicesQueries
similarity?: IndicesSettingsSimilarity
mapping?: IndicesMappingLimitSettings
'indexing.slowlog'?: IndicesSlowlogSettings
'indexing.slowlog'?: IndicesIndexingSlowlogSettings
indexing_pressure?: IndicesIndexingPressure
store?: IndicesStorage
}
@ -9810,6 +9809,17 @@ export interface IndicesIndexingPressureMemory {
limit?: integer
}
export interface IndicesIndexingSlowlogSettings {
level?: string
source?: integer
reformat?: boolean
threshold?: IndicesIndexingSlowlogTresholds
}
export interface IndicesIndexingSlowlogTresholds {
index?: IndicesSlowlogTresholdLevels
}
export interface IndicesMappingLimitSettings {
coerce?: boolean
total_fields?: IndicesMappingLimitSettingsTotalFields
@ -9963,7 +9973,6 @@ export interface IndicesSlowlogTresholdLevels {
export interface IndicesSlowlogTresholds {
query?: IndicesSlowlogTresholdLevels
fetch?: IndicesSlowlogTresholdLevels
index?: IndicesSlowlogTresholdLevels
}
export interface IndicesSoftDeletes {