赞
踩
GET /fcs_search_*/log/_search { "query":{ "bool":{ "must":[ {"term":{"pass": true}}, {"term":{"name":"zhangsan"}}, { "range":{ "accessTime":{ "gte": "开始日期", "lte": "结束日期", "format":"dd/MM/yyyy||yyyy" } } } ] } }, "sort":[ { "accessTime":{ "order":"desc" } } ], "from":0, "size":10 }
format:指的是只带日期的查询,不如查某一天,格式:09/10/2020
from : 和关系型数据库的计算是一样的,from = (当前页-1)* size
如果是带时间的,把format去掉,拼接日期和时间就可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。