for (String string : independantPathsToScan) {
new MonothreadedFileCrawler(queue, IndexationConstants.FILTER, new File(string)).run();
}
new MonothreadedIndexer(queue, documentsIndexed).run();
log.info("Monothreaded indexation terminated, indexed {} documents.", documentsIndexed.get());
}