See also

You can view the following recipes for further reference, which are related to this recipe:

  • The Getting a document recipe in this chapter to learn how to retrieve a stored document
  • The Deleting a document recipe in this chapter to learn how to delete a document
  • The Updating a document recipe in this chapter to learn how to update fields in a document
  • For optimistic concurrency control, that is, the Elasticsearch way to manage concurrency on a document, a good reference place can be found at http://en.wikipedia.org/wiki/Optimistic_concurrency_control.