I'm trying to move docs from one index to a different index, without maintaining the source docs.
I'm using scroll to do this now, but, so far, I'm reindexing and it's keeping the source documents on the source index. I don't want this to happen, I want a move not a copy...
Thanks a lot.