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

fix bulk indexing with routing in ES7 #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smn
Copy link

@smn smn commented Mar 17, 2023

This builds on #110 (and includes those commits here too, not sure how to split those out sensibly).
Hoping doing things in two chunks makes it a bit easier to review if #110 is (ever?) merged.

ES6 specified _routing when doing a Bulk index with the "index" action.
ES7 required it to be routing instead.

This makes that change, like #110 it's definitely a backwards incompatible change for ES6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant