ElasticSearch只范围前十条数据

2023-06-07

{
  "query": {
    "match_all": {}
  },
  "from": 0,
  "size": 1000
}