GET kejian/_search
{
  "query": {
    "bool": {
      "must": [
        {
          "term": {
            "typeid": {
              "value": "1" //此处指定typeid,将只在此分类下检索
            }
          }
        },
        {
          "match": {
            "title": "北师大" //关键字
          }
        }
      ]
    }
    }
  }
}

  

相关文章:

  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-05
  • 2021-07-07
  • 2022-01-03
  • 2021-07-13
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案