SolrServer solrServer = SolrCoreManager.getInstance(bundleContext, managedSolrServer).getServer(
ldProgramName);
removeEnhancements(id);
try {
solrServer.deleteById(id);
solrServer.commit();
} catch (SolrServerException e) {
log.error("Solr Server Exception", e);
throw new StoreException(e.getMessage(), e);
} catch (IOException e) {
log.error("IOException", e);