elasticsearch在python中的多条件查询--并去重--标注一些-基本够用
musts.append({'match': {'desc': data.get('desc')}})-----desc是你的字段---data.get('desc')是你传过来的条件
musts.append({'match': {'hotWord': data.get('hotWord')}}) ---同上
to_date['lte'] = int(date_lte)---可以是整形---...
原创
2019-07-31 17:39:51 ·
1151 阅读 ·
0 评论