- #10: Checking for empty batch before submitting
- #12: added the ability to specify the max batch size for ES bulk operations
- Fixing issue with makeState() instantiating multiple Node|Transport clients (one for each call).
Now, clients are re-used across makeState() calls. A map is used to allow for multiple connections across clusters. The key for the map is the clusterName|clusterHosts. The value is the node|client.
- #8: Allowing the index mapper to pass back a null document or id to avoid indexing
- Add batching support
- No changes
- Upgraded to ES 1.0.0
- Upgraded to ES 1.0.0-RC2
- Initial release with ES 0.90.5