Is there a simple way to reindex a document just by changing it's routing? In my case I'm changing certain docs to be children docs and I want to move then to the appropriate shard for the parent.
My plan now is to delete the document and reindex it with the appropriate routing, but I was curious if there was a simpler/internal way.