Open
Description
I'm considering using this river to index data from MySQL which result in parent/child relationships in elasticsearch. Is there a way to ensure that the river which indexes the parent documents runs before the river which indexes the child documents?
One possible solution I had would be to have a script which executes oneshot strategies in the proper order, but I'd like to avoid this if possible.