clarify ambiguous sentence. (#21734)

This commit is contained in:
Adrin Jalali 2016-11-24 16:46:45 +01:00 committed by Clinton Gormley
parent 9b8e3c6878
commit 3bb9317ca2
1 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ version number, documents with version equal to zero cannot be updated using
All update and query failures cause the `_update_by_query` to abort and are
returned in the `failures` of the response. The updates that have been
performed still stick. In other words, the process is not rolled back, only
aborted. While the first failure causes the abort all failures that are
returned by the failing bulk request are returned in the `failures` element so
it's possible for there to be quite a few.
aborted. While the first failure causes the abort, all failures that are
returned by the failing bulk request are returned in the `failures` element; therefore
it's possible for there to be quite a few failed entities.
If you want to simply count version conflicts not cause the `_update_by_query`
to abort you can set `conflicts=proceed` on the url or `"conflicts": "proceed"`