mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Have bulk_index fail on error instead of ignoring it #187

Closed honzakral closed 10 years ago

honzakral commented 10 years ago

currently if one or more of the operations in the bulk request fails it will be silently ignored.

willkg commented 10 years ago

Looks good to me! Thank you!