Skip to content

Commit 6dc5131

Browse files
Auto-generated code for 8.14 (#2282)
1 parent 5b78ce5 commit 6dc5131

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/reference.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4252,7 +4252,7 @@ a new date field is added instead of string.
42524252
not used at all by Elasticsearch, but can be used to store
42534253
application-specific metadata.
42544254
** *`numeric_detection` (Optional, boolean)*: Automatically map strings into numeric data types for all fields.
4255-
** *`properties` (Optional, Record<string, { type } | { boost, fielddata, index, null_value, type } | { type, enabled, null_value, boost, coerce, script, on_script_error, ignore_malformed, time_series_metric, analyzer, eager_global_ordinals, index, index_options, index_phrases, index_prefixes, norms, position_increment_gap, search_analyzer, search_quote_analyzer, term_vector, format, precision_step, locale } | { relations, eager_global_ordinals, type } | { boost, eager_global_ordinals, index, index_options, script, on_script_error, normalizer, norms, null_value, split_queries_on_whitespace, time_series_dimension, type } | { type, fields, meta, copy_to } | { type } | { positive_score_impact, type } | { positive_score_impact, type } | { analyzer, index, index_options, max_shingle_size, norms, search_analyzer, search_quote_analyzer, term_vector, type } | { analyzer, boost, eager_global_ordinals, fielddata, fielddata_frequency_filter, index, index_options, index_phrases, index_prefixes, norms, position_increment_gap, search_analyzer, search_quote_analyzer, term_vector, type } | { type } | { type, null_value } | { boost, format, ignore_malformed, index, null_value, precision_step, type } | { boost, fielddata, format, ignore_malformed, index, null_value, precision_step, locale, type } | { type, default_metric, metrics, time_series_metric } | { type, element_type, dims, similarity, index, index_options } | { type } | { boost, depth_limit, doc_values, eager_global_ordinals, index, index_options, null_value, similarity, split_queries_on_whitespace, type } | { enabled, include_in_parent, include_in_root, type } | { enabled, subobjects, type } | { analyzer, contexts, max_input_length, preserve_position_increments, preserve_separators, search_analyzer, type } | { value, type } | { path, type } | { ignore_malformed, type } | { boost, index, ignore_malformed, null_value, on_script_error, script, time_series_dimension, type } | { type } | { analyzer, boost, index, null_value, enable_position_increments, type } | { ignore_malformed, ignore_z_value, null_value, index, on_script_error, script, type } | { coerce, ignore_malformed, ignore_z_value, orientation, strategy, type } | { ignore_malformed, ignore_z_value, null_value, type } | { coerce, ignore_malformed, ignore_z_value, orientation, type } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value, scaling_factor } | { type, null_value } | { type, null_value } | { format, type } | { type } | { type } | { type } | { type } | { type } | { type, norms, index_options, index, null_value, store, rules, language, country, variant, strength, decomposition, alternate, case_level, case_first, numeric, variable_top, hiragana_quaternary_mode }>)*: Mapping for a field. For new fields, this mapping can include:
4255+
** *`properties` (Optional, Record<string, { type } | { boost, fielddata, index, null_value, type } | { type, enabled, null_value, boost, coerce, script, on_script_error, ignore_malformed, time_series_metric, analyzer, eager_global_ordinals, index, index_options, index_phrases, index_prefixes, norms, position_increment_gap, search_analyzer, search_quote_analyzer, term_vector, format, precision_step, locale } | { relations, eager_global_ordinals, type } | { boost, eager_global_ordinals, index, index_options, script, on_script_error, normalizer, norms, null_value, split_queries_on_whitespace, time_series_dimension, type } | { type, fields, meta, copy_to } | { type } | { positive_score_impact, type } | { positive_score_impact, type } | { analyzer, index, index_options, max_shingle_size, norms, search_analyzer, search_quote_analyzer, term_vector, type } | { analyzer, boost, eager_global_ordinals, fielddata, fielddata_frequency_filter, index, index_options, index_phrases, index_prefixes, norms, position_increment_gap, search_analyzer, search_quote_analyzer, term_vector, type } | { type } | { type, null_value } | { boost, format, ignore_malformed, index, null_value, precision_step, type } | { boost, fielddata, format, ignore_malformed, index, null_value, precision_step, locale, type } | { type, default_metric, metrics, time_series_metric } | { type, element_type, dims, similarity, index, index_options } | { type } | { boost, depth_limit, doc_values, eager_global_ordinals, index, index_options, null_value, similarity, split_queries_on_whitespace, type } | { enabled, include_in_parent, include_in_root, type } | { enabled, subobjects, type } | { analyzer, contexts, max_input_length, preserve_position_increments, preserve_separators, search_analyzer, type } | { value, type } | { path, type } | { ignore_malformed, type } | { boost, index, ignore_malformed, null_value, on_script_error, script, time_series_dimension, type } | { type } | { analyzer, boost, index, null_value, enable_position_increments, type } | { ignore_malformed, ignore_z_value, null_value, index, on_script_error, script, type } | { coerce, ignore_malformed, ignore_z_value, orientation, strategy, type } | { ignore_malformed, ignore_z_value, null_value, type } | { coerce, ignore_malformed, ignore_z_value, orientation, type } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value } | { type, null_value, scaling_factor } | { type, null_value } | { type, null_value } | { format, type } | { type } | { type } | { type } | { type } | { type } | { type, norms, index_options, index, null_value, rules, language, country, variant, strength, decomposition, alternate, case_level, case_first, numeric, variable_top, hiragana_quaternary_mode }>)*: Mapping for a field. For new fields, this mapping can include:
42564256

42574257
- Field name
42584258
- Field data type

src/api/types.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5074,7 +5074,6 @@ export interface MappingIcuCollationProperty extends MappingDocValuesPropertyBas
50745074
index_options?: MappingIndexOptions
50755075
index?: boolean
50765076
null_value?: string
5077-
store?: boolean
50785077
rules?: string
50795078
language?: string
50805079
country?: string
@@ -13296,7 +13295,7 @@ export interface MlInferenceConfigUpdateContainer {
1329613295
export interface MlInferenceResponseResult {
1329713296
entities?: MlTrainedModelEntities[]
1329813297
is_truncated?: boolean
13299-
predicted_value?: MlPredictedValue[]
13298+
predicted_value?: MlPredictedValue | MlPredictedValue[]
1330013299
predicted_value_sequence?: string
1330113300
prediction_probability?: double
1330213301
prediction_score?: double

src/api/typesWithBodyKey.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5147,7 +5147,6 @@ export interface MappingIcuCollationProperty extends MappingDocValuesPropertyBas
51475147
index_options?: MappingIndexOptions
51485148
index?: boolean
51495149
null_value?: string
5150-
store?: boolean
51515150
rules?: string
51525151
language?: string
51535152
country?: string
@@ -13531,7 +13530,7 @@ export interface MlInferenceConfigUpdateContainer {
1353113530
export interface MlInferenceResponseResult {
1353213531
entities?: MlTrainedModelEntities[]
1353313532
is_truncated?: boolean
13534-
predicted_value?: MlPredictedValue[]
13533+
predicted_value?: MlPredictedValue | MlPredictedValue[]
1353513534
predicted_value_sequence?: string
1353613535
prediction_probability?: double
1353713536
prediction_score?: double

0 commit comments

Comments
 (0)