SorterItemCollection sc = new SorterItemCollection();
SorterItemInfo sorterItem = new SorterItemInfo("bizDate");
sorterItem.setSortType(SortType.ASCEND);
sc.add(sorterItem);
mainQuery.setSorter(sc);
SorterItemCollection sc = new SorterItemCollection();
SorterItemInfo sorterItem = new SorterItemInfo("bizDate");
sorterItem.setSortType(SortType.ASCEND);
sc.add(sorterItem);
mainQuery.setSorter(sc);