if (processor != null) {
GitEntry gitEntry = new GitEntry(repository, objectId, pathPrefix, path);
try {
processor.process(gitEntry);
} catch (Exception e) {
throw new InternalRuntimeException(e);
}
}
}
// commit the index builder - a new index is persisted
if (!getBuilder().commit())