elasticsearch - Can I update existing document without _id? -
i'm using elasticsearch version 1.5
i want updating exist document without _id
_id auto generated.
how can without searching update document ?
_id has unique key.
there update query plugin can utilize. best option. if trying update large amount of documents in single call , might not work out.
Comments
Post a Comment