loadMapping();
this.scanRate = serviceConf.getLong(CONFIG_SCAN_RATE, this.scanRate);
this.cacheSize= serviceConf.getInt(CONFIG_CACHE_SIZE, this.cacheSize);
documents = new FileCache(this.scanRate, this.cacheSize);
documents.addListener(this);
documents.startFileScanner();
//Mark that we are done