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 -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -