OpenSearch/docs/reference/mapping
Mayya Sharipova 57e4d10007
Limit the number of nested documents (#27405)
Add an index level setting `index.mapping.nested_objects.limit` to control
the number of nested json objects that can be in a single document
across all fields. Defaults to 10000.

Throw an error if the number of created nested documents exceed this
limit during the parsing of a document.

Closes #26962
2017-11-22 10:16:28 -05:00
..
dynamic Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
fields Add documentation about disabling `_field_names`. (#26813) 2017-10-06 16:49:15 +02:00
params [Docs] Clarify mapping `index` option default (#27104) 2017-10-25 12:42:29 +02:00
types Limit the number of nested documents (#27405) 2017-11-22 10:16:28 -05:00
dynamic-mapping.asciidoc Remove usage of multi-types from the docs and added a page explaining type removal (#25543) 2017-07-05 12:30:19 +02:00
fields.asciidoc Remove the _all metadata field (#26356) 2017-08-28 17:43:59 +02:00
params.asciidoc Reorganize docs of global ordinals. (#24982) 2017-06-01 16:47:44 +02:00
removal_of_types.asciidoc [Docs] Correct typo in removal_of_types.asciidoc (#26646) 2017-09-14 15:34:07 +02:00
types.asciidoc [Docs] Correct link target for datatype murmur3 (#27143) 2017-10-30 09:31:55 +01:00