{
"from": 3890,
"size": 10,
"query": {
"bool": {
"must": [
{
"range": {
"receive_log_time": {
"from": 1587225600000,
"to": 1587288897000,
"include_lower": true,
"include_upper": true
}
}
},
{
"bool": {
"must": {
"term": {
"rule_level": "4"
}
}
}
}
],
"should": {
"bool": {
"must": {
"term": {
"rule_level": "5"
}
}
}
}
}
}
}
其中 should 下面的条件没有生效,请问有人知道原因吗?