你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
白衬衣 - 金桥
赞同来自:
"query":{"filtered":{"query":{"query_string":{"query":"A:"xxx" AND (NOT B:"xxx" or C:"XXX")"}}
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
wuzx
要回复问题请先登录或注册
3 个回复
白衬衣 - 金桥
赞同来自:
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自:
wuzx
赞同来自:
"min_score": 1,
"query": {
"bool": {
"must": [
{
"term": {
"createTime": "now/M"
}
},
{
"terms": {
"orderTypeId": [
"b1",
"b2"
]
}
},
{
"bool": {
"should": [
{
"bool": {
"must_not": [
{
"term": {
"acceptChannel": "XXX"
}
}
]
}
},
{
"bool": {
"must": [
{
"range": {
"hastenTimes": {
"gt": 0
}
}
}
]
}
}
]
}
}
],
"must_not": [
{
"term": {
"orderStatus": "XXX"
}
},
{
"term": {
"flowId": "1"
}
}
]
}
},
"from": 0,
"size": 5
}