Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #690 from elastic/revert-689-lcawley-quickfix
Browse files Browse the repository at this point in the history
Revert "[DOCS] Fix callout in definitive guide"
  • Loading branch information
lcawl authored May 19, 2017
2 parents 8fde951 + a5415ad commit b70c978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 030_Data/45_Partial_update.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ POST /website/pageviews/1/_update?retry_on_conflict=5 <1>
}
--------------------------------------------------
// SENSE: 030_Data/45_Upsert.json

\<1> Retry this update five times before failing.
<1> Retry this update five times before failing.

This works well for operations such as incrementing a counter, where the order of
increments does not matter, but in other situations the order of
Expand All @@ -250,3 +249,4 @@ adopts a _last-write-wins_ approach by default, but it also accepts a
`version` parameter that allows you to use
<<optimistic-concurrency-control,optimistic concurrency control>> to specify
which version of the document you intend to update.

0 comments on commit b70c978

Please sign in to comment.