Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BulkProcessor feature in Spring Data Elasticsearch #2071

Open
siddeshbb opened this issue Jan 21, 2022 · 1 comment
Open

BulkProcessor feature in Spring Data Elasticsearch #2071

siddeshbb opened this issue Jan 21, 2022 · 1 comment
Labels
type: enhancement A general enhancement

Comments

@siddeshbb
Copy link

From the discussion in thread 2067, there is no 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 helps anyone who wants to bulk index documents efficiently.

Please consider this issue as feature request.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 21, 2022
@siddeshbb siddeshbb changed the title Implement BulkProcessor in Spring Data Elasticsearch BulkProcessor feature implementation in Spring Data Elasticsearch Jan 21, 2022
@siddeshbb siddeshbb changed the title BulkProcessor feature implementation in Spring Data Elasticsearch BulkProcessor feature in Spring Data Elasticsearch Jan 21, 2022
@sothawo sothawo added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 22, 2022
@sothawo sothawo added this to To do in what's up next? Jan 22, 2022
@sothawo
Copy link
Collaborator

sothawo commented Jun 30, 2023

With the new Elasticsearch client this functionality ow is in the BulkIngester class. https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/8.8/indexing-bulk.html#_streaming_ingestion_with_the_bulk_ingester

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
No open projects
Development

No branches or pull requests

3 participants