{
// nothing to do
return;
}
ACrisNestedObject nested = (ACrisNestedObject) object;
try
{
crisSearchService.unIndexContent(null, nested, false);
}
catch (Exception e)
{
log.error("Failed to remove CRIS-NESTED metadata in discovery index for cris-nested:"
+ nested.getDisplayValue() + " uuid:"+nested.getUuid());
emailException(e);
}
}