es-DSL

{
  "query": {
    "bool": {
      "must": [
        {
          "match": {
            "profile": "东汉曹操"
          }
        },
        {
          "term": {
            "name": "曹操"
          }
        }
      ],
      "filter": [
        {
          "range": {
            "birthday": {
              "gte": "3284-01-12T01:01:01Z"
            }
          }
        },
        {
          "term": {
            "married": "false"
          }
        }
      ]
    }
  },
  "highlight": {
    "pre_tags": [
      "<em>"
    ],
    "post_tags": [
      "</em>"
    ],
    "fields": {
      "profile": {},
      "name": {}
    }
  }
}

猜你喜欢

转载自blog.csdn.net/apriaaaa/article/details/82624605
DSL