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

generate id automatically use POST method #655

Closed
wants to merge 3 commits into from

Conversation

bts-webber
Copy link

Hi,
I modified Elasticsearch().create() to allow it to automatically generate document id using the "POST" method.We can find this fearture in doc:https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html

@karmi
Copy link

karmi commented Oct 16, 2017

Hi @bts-webber, we have found your signature in our records, but it seems like you have signed with a different e-mail than the one used in yout Git commit. Can you please add both of these e-mails into your Github profile (they can be hidden), so we can match your e-mails to your Github profile?

@bts-webber
Copy link
Author

Hi @karmi ,done.

@honzakral
Copy link
Contributor

If you want to auto-generate the ID, please use the index API, using create API for that case is not supported. See #615, #516 and #474 for more details.
Thanks!

@honzakral honzakral closed this Oct 16, 2017
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.

3 participants