http://localhost/order/select?q=*:*&wt=json&indent=true&fq=order_date:[1441555200000 TO *]
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
String time = "lostTime:["+sdf.format(new Date())+" TO "+sdf.format(new Date())+"]";
http://localhost/order/select?q=*:*&wt=json&indent=true&fq=channel_id:5 AND order_date:[1441555200000 TO 1441641599000] AND (order_status:E OR order_status:F OR order_status:G OR order_status:H)