xros / jsonpyes

The tool which imports raw JSON to ElasticSearch in one line of commands
Other
67 stars 21 forks source link

keep id's on import #34

Open Dgmsa opened 6 years ago

Dgmsa commented 6 years ago

how can I use the same ids from my bulk?

xros commented 6 years ago

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