mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
[DOCS] Fix typo in Index API reference docs (#48760)
This commit is contained in:
parent
2beda55720
commit
7a01fe7251
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ exist. To update an existing document, you must use the `_doc` resource.
|
|||
|
||||
If the specified index does not already exist, by default the index operation
|
||||
automatically creates it and applies any configured
|
||||
<<indices-templates,index templates>>. If no mapping exists, the index opration
|
||||
<<indices-templates,index templates>>. If no mapping exists, the index operation
|
||||
creates a dynamic mapping. By default, new fields and objects are
|
||||
automatically added to the mapping if needed. For more information about field
|
||||
mapping, see <<mapping,mapping>> and the <<indices-put-mapping,put mapping>> API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue