HashMap<String,Long> dayCount = new HashMap<String, Long>();
HashMap<String,Long> dayAmt = new HashMap<String, Long>();
for(Integer id:list)
{
SolrInfo info=zkCluster.higo_info(tableName, id);
if(info!=null)
{
if(info.stat==ShardsState.SERVICE)
{
for(Entry<String, ShardCount> e:info.recorecount.entrySet())