.setFieldName(docBuilder.getIdKeywordName())
.setFieldBridge(idBridge);
String idInString = contextualBridge.objectToString( id );
//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, true );
backend.enqueueAsyncWork( addWork );
}
}