Re: Delta deletion

2020-03-31 Thread Karl Wright
too late because the > framework has already considered the value at this step ? > > Julien > > -Message d'origine- > De : Karl Wright > Envoyé : vendredi 27 mars 2020 04:51 > À : dev > Objet : Re: Delta deletion > > Just to be clear, this is what I think would

Re: Delta deletion

2020-03-26 Thread Karl Wright
. If this is correct, is >> there any way to change this behavior ? >> Otherwise, is there another way to do things ? As I cannot retrieve >> carrydown data in the addSeedDocuments I seem to be in a dead-end. >> >> Julien >> >> >> -Message d'or

Re: Delta deletion

2020-03-26 Thread Karl Wright
t; -Message d'origine- > De : Julien Massiera > Envoyé : lundi 9 mars 2020 14:24 > À : dev@manifoldcf.apache.org > Objet : Re: Delta deletion > > Yes I consider the confluence connector complete. > > As you suggest, I will try to use the "carrydown" mechanism t

RE: Delta deletion

2020-03-26 Thread julien.massiera
-Message d'origine- De : Julien Massiera Envoyé : lundi 9 mars 2020 14:24 À : dev@manifoldcf.apache.org Objet : Re: Delta deletion Yes I consider the confluence connector complete. As you suggest, I will try to use the "carrydown" mechanism to do what I want. Thanks, Julien On 09/

Re: Delta deletion

2020-03-09 Thread Julien Massiera
es not exists anymore and delete it with its 2 children. Its 2 API calls vs 1M... even if on framework side we have one more request to perform to postgres, I think it worth the processing time. What do you think ? Julien -Message d'origine- De : Karl Wright Envoyé : samedi 29 février 2020

Re: Delta deletion

2020-03-09 Thread Karl Wright
he > version of the document (another one API call), figure out that it does not > exists anymore and delete it with its 2 children. Its 2 API calls vs 1M... > even if on framework side we have one more request to perform to postgres, > I think it worth the processing time. > > >

Re: Delta deletion

2020-03-09 Thread Julien Massiera
ork side we have one more request to perform to postgres, I think it worth the processing time. What do you think ? Julien -Message d'origine- De : Karl Wright Envoyé : samedi 29 février 2020 15:51 À : dev Objet : Re: Delta deletion Hi Julien, First, ALL models rely on individ

RE: Delta deletion

2020-03-02 Thread julien.massiera
ts 2 API calls vs 1M... even if on framework side we have one more request to perform to postgres, I think it worth the processing time. What do you think ? Julien -Message d'origine- De : Karl Wright Envoyé : samedi 29 février 2020 15:51 À : dev Objet : Re: Delta deletion Hi Julien

Re: Delta deletion

2020-02-29 Thread Karl Wright
Hi Julien, First, ALL models rely on individual existence checks for documents. That is, when your connector fetches a deleted document, the framework has to be told that the document is gone, or it will not be removed. There is no "discovery" process for deleted documents other than seeding

Delta deletion

2020-02-29 Thread julien.massiera
Hi dev community, I am trying to develop a connector for an API that exposes a hierarchical arborescence of documents: each document can have children documents. During the init crawl, the child documents are referenced in the MCF connector through the method