Can elasticsearch handle multiple updates to same index?

Currently we have a mapReduce job that generates model data. This job spawns many threads in parallel which write an update to an elastic search index (which can be the same index)! But we are getting the 409 conflict error.

Does elasticsearch not handle multiple concurrent writes to the same index? Or is there something I need to do to the configuration?