PerEntityWork entityWork = entityById.get( extractedId );
if ( entityWork == null ) {
EntityIndexingInterceptor entityInterceptor = getEntityInterceptor();
IndexingOverride operation;
if ( entityInterceptor != null ) {
operation = entityInterceptor.onUpdate( value );
}
else {
operation = IndexingOverride.APPLY_DEFAULT;
}
//TODO there is a small duplication with some of TransactionalWorker.interceptWork