RE: Delta deletion

2020-03-26 Thread julien.massiera
Hi Karl, I tried to use the carrydown mechanism to perform the delete of children documents but I am facing a problem: During the first crawl, the connector registers children documents of a document as carrydown data in the processDocuments method through the activities.addDocumentReference

Re: Delta deletion

2020-03-26 Thread Karl Wright
There is no such restriction. The only requirement is that every document deletes itself and cannot delete any other documents. Perhaps you can share some code snippets? On Thu, Mar 26, 2020, 11:52 AM wrote: > Hi Karl, > > I tried to use the carrydown mechanism to perform the delete of

Re: Delta deletion

2020-03-26 Thread Karl Wright
Just to be clear, this is what I think would work: (1) Your addSeedDocuments() method adds your seeds. (2) Each seed document, when processed, either decides it's dead, or it calls IProcessActivity.addDocumentReference() to populate children AND pass on an "Parent is alive" value. (3) The seed