-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support reindex #328
Comments
Yes it would @ThomasArdal :) I took a first jab at it see: |
Looking sweet. I would be nice to be able to reindex with minimum number of parameters. Just reindex the current index to a new index ending up with the same name and the metadata from the mappings. |
Ahh just specifying Also |
Very nice. Great work! |
Ok i lied, in the 0.11.3.0 release |
Cool! |
I have a parent child index and calling reindex with object type throws a no documents exist in index exception: client.Reindex(...) -> exception Has anyone else found this behaviour? |
In my opinion, the NEST implementation of Reindex is too opinionated.
The current implementation may work for some, but for those who are looking for another way: |
Other clients for ElasticSearch supports reindexing entire index as described here: http://www.elasticsearch.org/blog/changing-mapping-with-zero-downtime/#_reindexing_your_data
It would be cool to support this flow in NEST as well.
The text was updated successfully, but these errors were encountered: