* @throws MisconfigurationException
*/
protected void init() throws MisconfigurationException {
File persistingFolder = getCompleteIndexPersistingFolder();
completeIndex = new DiskCache(persistingFolder, ".v1_indexcache", readFromFileMethod, toFileMethod);
}