Ray Holder
Ray Holder
This returns the `RetryerBuilder` used to build the `Retryer` instance, if it exists, as described in #13. In adding this functionality, I noticed a few things that I believe make...
Allow the user to specify an `id` field for the document to uniquely identify it when sending it to Elasticsearch. By default Elasticsearch will generate its own unique document identifiers.
Here is how we activate bash completion for `csv2es` after pip installing it: ``` eval "$(_CSV2ES_COMPLETE=source csv2es)" ``` This seems to work fine but presumably we'll install this in a...
Figure out a good way to integrate Gradle plugin project testing to capture edge cases and build inconsistencies.