Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for simply updating existing documents #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ealcantara22
Copy link
Member

@ealcantara22 ealcantara22 commented Oct 13, 2023

Description

These changes expose the update flag to the ess put command indicating to the library that it should try to update existing documents if they exist already or create if they don't, instead of always index a new version of the document entirely replacing what exist in the destination.

ess get ... | ess put <elastic-host/index> update ...other params`

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html

@ealcantara22 ealcantara22 self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant