Since the configuration of path
on the _id
field of a specific mapping is deprecated (as noted in the documentation here),
How can I set the _id
field for a specific document in elasticsearch 2.0 ?
(In my specific use-case, I want to index all documents with my own id. I know they're all unique)