jsonpyes icon indicating copy to clipboard operation
jsonpyes copied to clipboard

keep id's on import

Open Dgmsa opened this issue 7 years ago • 1 comments

how can I use the same ids from my bulk?

Dgmsa avatar May 19 '18 16:05 Dgmsa

You can't use the same ID in ElasticSearch. ES uses different ids to distinguish different docs. But if you want to store the doc with same id, you can try

import it using different type

xros avatar May 22 '18 04:05 xros