I'm using Flux to take a corpus of already-ingested documents and split them into sidecar documents. So I'm doing a copy operation where the input and output database is the same and I'm specifying --splitter options for the job. My source document has five permissions, but all the split chunks have four. I'm pretty sure the four are just the default permissions for the user.
The documentation says "Each sidecar document defaults to the same permissions as its source document and no collections assigned to it."
I'm using Flux to take a corpus of already-ingested documents and split them into sidecar documents. So I'm doing a copy operation where the input and output database is the same and I'm specifying
--splitteroptions for the job. My source document has five permissions, but all the split chunks have four. I'm pretty sure the four are just the default permissions for the user.The documentation says "Each sidecar document defaults to the same permissions as its source document and no collections assigned to it."