Hi Karl, Thank you for your reply.
I am using "org.apache.manifoldcf.crawler.connectors.filesystem.FileConnector" for indexing my local filesystem before indexing my file servers. And I want ManifoldCF to retry at least once when facing any errors. Now, I am trying to generate errors by file permissions, but it seemed that MCF skipped the error. And I could not find any settings for error handling... Thanks, Yasufumi. 2018年6月1日(金) 16:20 Karl Wright <[email protected]>: > Hi Yasufumi, > > Individual connectors determine what happens on specific kinds of errors > that they receive. The connector can determine the pattern of behavior > based on what kind of ServiceInterruption exception it throws when the > error occurs. So this is not "configurable"; the logic for decision-making > is part of connector code. > > What specific connectors are you using, and what errors are problematic > for you? > > Karl > > > On Thu, May 31, 2018 at 11:15 PM Yasufumi Mizoguchi < > [email protected]> wrote: > >> Hi, >> >> I am now testing ManifoldCF v.2.10 for indexing my file server. >> I tried to find error handling configuration(e.g. skip/retry/abort) but >> there is no description in manuals. >> As long as I confirmed, ManifoldCF seems to skip processes on error. >> >> So, followings are my question. >> >> 1. Can I configure error handling feature on ManifoldCF? >> 2. If I can, how to do it? >> >> Thanks, >> Yasufumi >> >> >>
