try
{
Map<String, Object> data = new HashMap<String, Object>();
data.put(_ID_LABEL, id);
data.put(_JSP_KEY, jspKey);
HttpSolrServer solrServer = new HttpSolrServer(getSolrConfig().getStatisticsCore());
Map<String, IStatsComponent> components = statsComponentsService.getComponents();
TwoKeyMap label = new TwoKeyMap();
TreeKeyMap dataBeans = new TreeKeyMap();
IStatsComponent statcomponent = null;