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

REST Bulk API: Allow to execute _bulk against /{index}/_bulk and /{index}/{type}/_bulk endpoints #1375

Closed
kimchy opened this issue Oct 5, 2011 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Oct 5, 2011

Allow to index data not just using /_bulk, but also against /{index}/_bulk, and {index}/{type}/_bulk, removing the need to repeat the index name and type for each bulk item action. The index and type can still be provided in each element, in which case they will override the URI based index / type.

@kimchy kimchy closed this as completed in 63844dd Oct 5, 2011
erikrose pushed a commit to erikrose/pyelasticsearch that referenced this issue Aug 12, 2014
The /{index}/_bulk endpoint wasn't added until ES 0.18.0:

elastic/elasticsearch#1375

This fixes pyelasticsearch so that it uses /_bulk as the endpoint
and thus works with versions of ES prior to 0.18.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant