ES-Result window is too large

问题:

Result window is too large

解决:

PUT http://127.0.0.1:9200/catalog/_settings
{
    "index": {
        "max_result_window": 2147483647
    }
}
原文地址:https://www.cnblogs.com/excellencesy/p/11799356.html