Skip to content

Index aware document writes #69

Closed
Closed
@costin

Description

@costin

Currently elasticsearch-hadoop supports only document creation (id is always generated by ES).

This area needs to be improved to support the following strategies:

  1. create/put-if-absent (applies also when there's no id)
  2. index op-type=index or create document if missing, replace if present
  3. upsert or create document if missing, _update if present

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions