backendQueueProcessor = ClassLoaderHelper.instanceFromName(
BackendQueueProcessor.class,
backend, BackendFactory.class, "processor"
);
}
backendQueueProcessor.initialize( properties, context, indexManager );
return backendQueueProcessor;
}
/**
* @param properties the configuration to parse