if (null != src.getProcessingPipeline()) {
try {
// Set the index settings
HarvestController hc = new HarvestController();
HarvestControllerPipeline hcPipe = new HarvestControllerPipeline();
hcPipe.extractSource_preProcessingPipeline(src, hc);
}
catch (Exception e) {
//DEBUG
e.printStackTrace();
}