We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
please add support for Operation type: create / index - now you have fixed index (indexing.go:99).
With index - the data under same _id was replaced by new data With create - the doc will not create if exists under same _id
(https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html)
Its perfect if you dont want duplicity and also dont want replace current data in ES.
Jan
The text was updated successfully, but these errors were encountered:
Thanks for the input.
Sounds good.
Note to self: indexing.go#L98
Sorry, something went wrong.
Done, via #38.
No branches or pull requests
Hi,
please add support for Operation type: create / index - now you have fixed index (indexing.go:99).
With index - the data under same _id was replaced by new data
With create - the doc will not create if exists under same _id
(https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html)
Its perfect if you dont want duplicity and also dont want replace current data in ES.
Jan
The text was updated successfully, but these errors were encountered: