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

Allow to index documents to different indices in a bulk request #2043

Closed
sothawo opened this issue Dec 29, 2021 · 0 comments · Fixed by #2079
Closed

Allow to index documents to different indices in a bulk request #2043

sothawo opened this issue Dec 29, 2021 · 0 comments · Fixed by #2079
Labels
type: regression A regression from a previous release

Comments

@sothawo
Copy link
Collaborator

sothawo commented Dec 29, 2021

When doing a bulk request, all index or update queries are sent to the index specified by the entity or as parameter of the corresponding bulk... method from DocumentOperations.

It should be possible to specify different index names for the single operations in a bulk request (This was possible back in version 3.x).

SO question bringing this up: https://stackoverflow.com/questions/70510095/spring-data-elasticsearch-4-bulk-insert-different-queries-to-different-indices

@sothawo sothawo added the type: regression A regression from a previous release label Dec 29, 2021
@sothawo sothawo added this to To do in what's up next? Dec 29, 2021
@sothawo sothawo moved this from To do to In progress in what's up next? Feb 5, 2022
@sothawo sothawo added the status: worked on a contributor is working on this issue label Feb 5, 2022
sothawo added a commit to sothawo/spring-data-elasticsearch that referenced this issue Feb 6, 2022
what's up next? automation moved this from In progress to Done Feb 6, 2022
sothawo added a commit that referenced this issue Feb 6, 2022
@sothawo sothawo removed the status: worked on a contributor is working on this issue label Feb 6, 2022
@sothawo sothawo added this to the 4.4 M3 (2021.2.0) milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: regression A regression from a previous release
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant