你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
bellengao - 博客: https://www.jianshu.com/u/e0088e3e2127
赞同来自:
要回复问题请先登录或注册
1 个回复
bellengao - 博客: https://www.jianshu.com/u/e0088e3e2127
赞同来自:
"query": {
"bool": {
"must": [
{
"bool": {
"should": [
{
"term": {
"id": "1"
}
},
{
"term": {
"id": "2"
}
}
]
}
},
{
"bool": {
"should": [
{
"bool": {
"must_not": {
"term": {
"deleted": 0
}
}
}
},
{
"bool": {
"must_not": {
"term": {
"ready": 1
}
}
}
}
]
}
}
]
}
}
}