File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/indices/_types Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ export class MappingLimitSettingsTotalFields {
430430 * degradations and memory issues, especially in clusters with a high load or few resources.
431431 * @server_default 1000
432432 */
433- limit ?: long
433+ limit ?: long | string
434434 /**
435435 * This setting determines what happens when a dynamically mapped field would exceed the total fields limit. When set
436436 * to false (the default), the index request of the document that tries to add a dynamic field to the mapping will fail
@@ -439,7 +439,7 @@ export class MappingLimitSettingsTotalFields {
439439 * The fields that were not added to the mapping will be added to the _ignored field.
440440 * @server_default false
441441 */
442- ignore_dynamic_beyond_limit ?: boolean
442+ ignore_dynamic_beyond_limit ?: boolean | string
443443}
444444
445445export class MappingLimitSettingsDepth {
You can’t perform that action at this time.
0 commit comments