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 {
430
430
* degradations and memory issues, especially in clusters with a high load or few resources.
431
431
* @server_default 1000
432
432
*/
433
- limit ?: long
433
+ limit ?: long | string
434
434
/**
435
435
* This setting determines what happens when a dynamically mapped field would exceed the total fields limit. When set
436
436
* 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 {
439
439
* The fields that were not added to the mapping will be added to the _ignored field.
440
440
* @server_default false
441
441
*/
442
- ignore_dynamic_beyond_limit ?: boolean
442
+ ignore_dynamic_beyond_limit ?: boolean | string
443
443
}
444
444
445
445
export class MappingLimitSettingsDepth {
You can’t perform that action at this time.
0 commit comments