Skip to content

Commit 193c63e

Browse files
authored
[DOCS] Update getting-started.asciidoc
Update `new_field` to `language` which is the actual new field added in dynamic mapping
1 parent 08d8357 commit 193c63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/quickstart/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ POST /books/_doc
292292
// TEST[continued]
293293
<1> The new field.
294294

295-
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.
295+
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.
296296

297297
[source,console]
298298
----

0 commit comments

Comments
 (0)