LRepository repository = indexUpdateBuilder.getRepository();
if (valueDef.extractContent()) {
return extractContent(table, indexValues, repository);
}
Formatter formatter = conf.getFormatters().getFormatter(valueDef.getFormatter());
return formatter.format(indexValues, repository);
}