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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -