this.log.logSevere("CONFIG: domainlist not found: " + e.getMessage());
} catch (final IOException e) {
this.log.logSevere("CONFIG: error while retrieving domainlist: " + e.getMessage());
}
this.crawlStacker = new CrawlStacker(
this.crawlQueues,
this.crawler,
this.indexSegments.segment(Segments.Process.LOCALCRAWLING),
this.peers,
"local.any".indexOf(getConfig(SwitchboardConstants.NETWORK_DOMAIN, "global")) >= 0,