Closed
Description
Currently elasticsearch-hadoop supports only document creation (id is always generated by ES).
This area needs to be improved to support the following strategies:
- create/put-if-absent (applies also when there's no id)
- index op-type=index or create document if missing, replace if present
- upsert or create document if missing, _update if present