ES数据库中需要满足两个字段的筛选

{
    
    
  "query": {
    
    
    "bool": {
    
    
      "must": [
        {
    
    "match": {
    
    
          "app_category": "儿童"
        }},
        {
    
    
          "match": {
    
    
            "status": "ok"
          }
        }
      ]
    }
  }
}

猜你喜欢

转载自blog.csdn.net/msq16021/article/details/110877731