Преглед изворни кода

Minor revision missed in merge. (#67282)

Adam Locke пре 4 година
родитељ
комит
96605fb8ce
1 измењених фајлова са 5 додато и 8 уклоњено
  1. 5 8
      docs/reference/mapping.asciidoc

+ 5 - 8
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 <<object,`object`>>  and <<nested,`nested`>> fields.
 
 Use <<dynamic-templates,dynamic templates>> to define custom mappings that are
-applied to dynamically added fields based on the matching condition. You can
-<<match-mapping-runtime-fields,map runtime fields in a dynamic template>>
-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
   <<dynamic-mapping,dynamically added fields>>.
 
-<<runtime-mapping-fields,Explicitly mapping runtime fields>> 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 <<runtime-mapping-fields,runtime fields>> 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]]