log.debug("Resource Deleted: Resource at " + path +
" will be deleted from Indexing Server");
}
} else if (indexingManager.canIndex(path) &&
IndexingUtils.isAuthorized(registry, path, ActionConstants.GET) &&
registry.resourceExists(path) &&
indexingManager.isIndexable(resourceToIndex = registry.get(path))) {
if (logEntry.getAction() == LogEntry.UPDATE) {
indexingManager.submitFileForIndexing(resourceToIndex, path, null);
if (log.isDebugEnabled()) {
log.debug("Resource Updated: Resource at " + path +