mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
Merge pull request #11868 from YoungHu/patch-1
correct mis-type in update docs
This commit is contained in:
parent
f19a748d3c
commit
64d8834a6f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ client.update(updateRequest).get();
|
|||
[[java-update-api-upsert]]
|
||||
=== Upsert
|
||||
|
||||
There is also support for `upsert`. If the document does not already exists, the content of the `upsert`
|
||||
There is also support for `upsert`. If the document already exists, the content of the `upsert`
|
||||
element will be used to index the fresh doc:
|
||||
|
||||
[source,java]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue