I'm using the Elasticsearch Bulk API to create or update documents.
I do actually know if they are creates or updates, but I can simplify my code by just making them all index, or "upserts" in the SQL sense. 
Is there any disadvantage in using index (and letting ES figure it out) over using the more explicit create and update?