Interface ElasticsearchBulkResponse

  • All Known Implementing Classes:
    DefaultBulkResponse

    public interface ElasticsearchBulkResponse
    This is a custom class to do bulk requests to ES. Before we used BulkResponse from the ElasticSearch high level client. However, we want to remove the dependency on libraries from ElasticSearch.
    Author:
    Filip Hrisafov