1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| { "query": { "bool": { "must": [ { "range": { "xxx_time": { "gte": "2018-09-16 00:00:00", "lt": "2018-09-17 00:00:00", "format": "yyyy-MM-dd HH:mm:ss", "time_zone": "+08:00" } } } ], "must_not": [], "should": [] } }, "from": 0, "size": 10, "sort": [] }
|