String path = handler.getPath() + File.separatorChar + "spellchecker";
this.spellIndexDirectory = FSDirectory.getDirectory(path, new NativeFSLockFactory(path));
if (IndexReader.indexExists(spellIndexDirectory)) {
this.lastRefresh = System.currentTimeMillis();
}
this.spellChecker = new JahiaExtendedSpellChecker(spellIndexDirectory);
refreshSpellChecker();
}