Skip to content

Commit fd79db6

Browse files
leemthompoEkwinder
andauthored
[DOCS] Update getting-started.asciidoc (#116151) (#121174)
Update `new_field` to `language` which is the actual new field added in dynamic mapping Co-authored-by: Ekwinder <[email protected]>
1 parent 54a777b commit fd79db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/quickstart/getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ POST /books/_doc
293293
// TEST[continued]
294294
<1> The new field.
295295

296-
View the mapping for the `books` index with the <<indices-get-mapping, Get mapping API>>. The new field `new_field` has been added to the mapping with a `text` data type.
296+
View the mapping for the `books` index with the <<indices-get-mapping, Get mapping API>>. The new field `language` has been added to the mapping with a `text` data type.
297297

298298
[source,console]
299299
----
@@ -328,7 +328,7 @@ GET /books/_mapping
328328
}
329329
}
330330
},
331-
"new_field": {
331+
"language": {
332332
"type": "text",
333333
"fields": {
334334
"keyword": {

0 commit comments

Comments
 (0)