}
String url = record.getHostUrl();
CswRepository csw = new CswRepository();
if (url.length() > 0) {
abs = csw.transformToHtml(url);
}
} catch (Exception e) {
throw new SearchException("Could not get abstract for uuid =" + uuid, e);
}
return Val.chkStr(abs);