diff --git a/docs/reference/mapping.asciidoc b/docs/reference/mapping.asciidoc index af79ceea80c74..192f581f28d76 100644 --- a/docs/reference/mapping.asciidoc +++ b/docs/reference/mapping.asciidoc @@ -39,10 +39,7 @@ automatically, just by indexing a document. You can add fields to the top-level mapping, and to inner <> and <> fields. Use <> to define custom mappings that are -applied to dynamically added fields based on the matching condition. You can -<> -so that new fields are automatically added to the index mapping as runtime -fields. +applied to dynamically added fields based on the matching condition. [discrete] [[mapping-explicit]] @@ -56,10 +53,10 @@ define the mapping definition, such as: * Custom rules to control the mapping for <>. -<> allows you to make -schema changes without reindexing. You can use runtime fields in conjunction -with indexed fields to balance resource usage and performance. Your index will -be smaller, but with slower search performance. +Use <> to make schema changes without +reindexing. You can use runtime fields in conjunction with indexed fields to +balance resource usage and performance. Your index will be smaller, but with +slower search performance. [discrete] [[mapping-limit-settings]]