Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions docs/reference/mapping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand All @@ -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]]
Expand Down