Skip to content

Commit 08b3320

Browse files
[DOCS] Update put mapping intro (elastic#120248) (elastic#123686)
Co-authored-by: Kofi B <[email protected]>
1 parent a43fc42 commit 08b3320

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/reference/indices/put-mapping.asciidoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@
1010
For the most up-to-date API details, refer to {api-es}/group/endpoint-indices[Index APIs].
1111
--
1212

13-
Adds new fields to an existing data stream or index. You can also use this
14-
API to change the search settings of existing fields.
13+
You can use this API to:
14+
15+
* Add new fields to an existing index
16+
* Change the search settings of existing fields
17+
18+
NOTE: Elasticsearch does not allow in-place field type changes. If you need to change a field’s type, you must create a new index with the updated mapping and <<docs-reindex,reindex>> the data.
19+
20+
1521

1622
For data streams, these changes are applied to all backing indices by default.
1723

0 commit comments

Comments
 (0)