我们希望可以查到从来没有点击过conversation menu的人,我们现在的做法是用must_not对has_child进行取反,但是我们验证结果并不对
json:
json:
{
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{
"term": {
"group": "33"
}
}
],
"should": [
[
{
"bool": {
"must": [
[
{
"bool": {
"must_not": {
"has_child": {
"type": "******_menu",
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{
"term": {
"type": "menu"
}
},
{
"term": {
"keyword": "Conversation"
}
}
]
}
}
}
}
}
}
}
}
]
]
}
}
]
]
}
}
}
}
}
这样的取反是不对的吗?如果不对我们需要怎么样做才合适呢?
1 个回复
medcl - 今晚打老虎。
赞同来自: