I have a document in an index I need to make another document in the index that has almost all the same fields but with of course a new _id, and a couple fields different.
Obviously I can get the document, change the fields, and then insert the new document but I was hoping there was some efficient way of handling this use case - I am using node.js elasticsearch client currently.