| finally {
conversionContext.popProperty();
}
//depending on the complexity of the object graph going to be indexed it's possible
//that we hit the database several times during work construction.
AddLuceneWork addWork = docBuilder.createAddWork(
clazz,
entity,
id,
idInString,
sessionInitializer,
|