es api

GET content-split-*/_search
{
  "query": {
  "bool" : {
  "must" : [
        {
          "match": {
          "used" : 0
          }
        },
        {
          "match": {
            "contentag": 0
          }
        },
        {
          "match": {
            "area.keyword": ""
          }
        }
        ,
        {
          "match": {
            "lablename2": "成人英语"
          }
        }
      ],
      "should": [
        
        {
          "match": {
            "content": "北京"
          }
        },
        {
          "match": {
            "content": "英语"
          }
        },
        {
          "match": {
            "content": "雅思"
          }
        },
        {
          "match": {
            "content": "试题"
          }
        }
      ],
      "minimum_should_match": 2
    }
  }
}

  

原文地址:https://www.cnblogs.com/xiao-xue-di/p/12705617.html