if (source.getStructuredAnalysisConfig() != null)
{
if (null == sah) {
sah = new StructuredAnalysisHarvester();
}
toAdd = sah.executeHarvest(this, source, toAdd);
// (if usah exists then this runs usah)
}
// Perform text and entity extraction
if (source.getStructuredAnalysisConfig() == null) // (Else is performed during SAH above)