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

Use _source to reindex data after a mapping update #9413

Closed
tcucchietti opened this issue Jan 26, 2015 · 1 comment
Closed

Use _source to reindex data after a mapping update #9413

tcucchietti opened this issue Jan 26, 2015 · 1 comment

Comments

@tcucchietti
Copy link
Contributor

I've not found issues related to this topic but sorry if it's the case.

If the _source is enabled in a mapping, a nice feature would be to be able to add a parameter (e.g. reindex) in PUT mapping request to trigger the data automatic reindexing, based on the _source value. A wait_for_completion flag could be added too.

Something like this would be handy :
PUT index/type/_mapping?reindex&wait_for_completion=true

@clintongormley
Copy link

Hi @tcucchietti

You can't change existing mappings, so we wouldn't be able to reindex into the same index, but the ability to reindex from source into a new index with new mappings is definitely on the roadmap (#492). It is currently blocked by #6914, #6069, and #1242, but we are working on all of these.

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

No branches or pull requests

2 participants