es的深度分页问题 ,默认情况下只有1W数据分页


PUT  /patientinfo/_settings

{
  "index": {
    "max_result_window": 2147483647
  }
}