ES修改最大分页数

curl -XPUT http://localhost:9200/my_index/_settings?preserve_existing=true -H 'Content-Type: application/json' -d'

{ "max_result_window" : "2000000000" }'

原文地址:https://www.cnblogs.com/shenwenkai/p/10932059.html