-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Batch Submit API #138
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
Comments
Try to use the java-api instead of curl. http://pascal.selfip.org/jforum/posts/list/117.page Make sure you already have a data-node running (bin/elasticsearch -f should do) and that you execute the FeederDemo.java on the same machine (or at least on a network where the Demo and the data-node see each other). oo |
Yo, have not forgotten about this issue. Its a bit tricky to implement correctly. Will get 0.7 out of the way and see if I can get back to it. |
Closing as this has been implemented in the bulk api. |
In cases where a lot of existing data needs to be indexed, it would be helpful to support batching of documents in an attempt to reduce the message passing overhead associated with HTTP.
The goal would be to submit a batch of documents using a single HTTP call. Tradeoffs associated with such a feature are expected.
The text was updated successfully, but these errors were encountered: