Merge pull request #14778 from rothvaw/patch-1

Update update.asciidoc
This commit is contained in:
Clinton Gormley 2015-11-18 15:21:22 +01:00
parent d2ae3ffa36
commit b855e7d14e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ client.update(updateRequest).get();
[[java-docs-update-api-upsert]]
==== Upsert
There is also support for `upsert`. If the document already exists, the content of the `upsert`
There is also support for `upsert`. If the document does not exist, the content of the `upsert`
element will be used to index the fresh doc:
[source,java]