OpenSearch/docs/reference/mapping
Yanjun Huang 361adcf387 Add limit to total number of fields in mapping. #17357
This is to prevent mapping explosion when dynamic keys such as UUID are used as field names. index.mapping.total_fields.limit specifies the total number of fields an index can have. An exception will be thrown when the limit is reached. The default limit is 1000. Value 0 means no limit. This setting is runtime adjustable

Closes #11443
2016-03-29 19:39:46 +02:00
..
dynamic Add limit to total number of fields in mapping. #17357 2016-03-29 19:39:46 +02:00
fields Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
params Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
types Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00
dynamic-mapping.asciidoc Remove warmers and the warmer API. 2016-01-07 09:57:07 +01:00
fields.asciidoc Docs: Another bad asciidoc link 2015-08-15 18:25:34 +02:00
params.asciidoc Change the field mapping index time boost into a query time boost. 2016-03-04 11:47:35 +01:00
types.asciidoc Document 5.0 mapping changes. 2016-03-22 16:22:58 +01:00