Skip to content

分页查询

GET /user/_search
{
  "query": {
    "match": {
      "name": "李四"
    }
  },
  "from": 1, # 第几页
  "size": 10 # 每页多少条
}
GET /user/_search
{
  "query": {
    "match": {
      "name": "李四"
    }
  },
  "from": 1, # 第几页
  "size": 10 # 每页多少条
}

备案号:冀ICP备20015584号-2