elasticsearch query

{
  "query": {
    "bool": {
      "must": {
        "range": {
          "adtype": {
            "gte": 10,
            "lt": 11
          }
        }
      }
    }
  },
  "sort": {
    "ad_reporttime": "desc"
  }
}

猜你喜欢

转载自hxc316.iteye.com/blog/2287680