GET /company/employee/_search
{
  "query": {
    "constant_score": {
      "filter": {
        "range": {
          "age": {
            "gte": 30
          }
        }
      }
    }
  },
  "sort": [{
    "join_date": {
      "order": "asc"
    }
  }]
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2021-04-20
  • 2022-01-23
  • 2022-12-23
  • 2021-08-27
  • 2021-09-24
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2021-08-17
  • 2021-10-26
  • 2021-11-29
  • 2022-01-11
  • 2021-09-07
相关资源
相似解决方案