Skip to content

Commit 175d6bd

Browse files
Fix confusion in runtime_mapping (#90999) (#91403)
Co-authored-by: saryeHaddadi <[email protected]>
1 parent 5cd0392 commit 175d6bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/mapping/runtime.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ as part of the `runtime_mappings` section, just as you would if
267267

268268
Defining a runtime field in a search request uses the same format as defining
269269
a runtime field in the index mapping. Just copy the field definition from
270-
the `runtime_mappings` in the search request to the `runtime` section of the
271-
index mapping.
270+
the `runtime_mappings` in the index mapping to the `runtime` section of the search request.
272271

273272
The following search request adds a `day_of_week` field to the
274273
`runtime_mappings` section. The field values will be calculated dynamically,

0 commit comments

Comments
 (0)