Reroute single documents

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.

No, you have to delete and index the document again with the new routing.

Ok - thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.