Skip to content

BulkProcessor in Spring Data Elasticsearch #2067

Closed
@siddeshbb

Description

@siddeshbb

In one of our application we are trying to migrate from elasticsearch-rest-high-level-client to Spring Data Elasticsearch but found that we don't have BulkProcessor equivalent implementation in Spring data elastic search.

The BulkProcessor simplifies the usage of the Bulk API by providing a utility class that allows index/update/delete operations to be transparently executed as they are added to the processor and this feature has helped us a lot in bulk indexing documents efficiently.

Is there a plan to implement this feature in Spring data elastic search? or are we missing something here?

Any help on this is highly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions