}
public static String notice(String projectName, String callback,String startStr,String rowsStr) throws JSONException {
try {
HashMap<String,Long> dayAmt = new HashMap<String, Long>();
SolrInfoList infolist=GetShards.getSolrInfoList(projectName);
for (SolrInfo info : infolist.getlist()) {
if(info!=null)
{
if(info.stat==ShardsState.SERVICE&&!info.isMergeServer)
{
for(Entry<String, ShardCount> e:info.daycount.entrySet())