千家信息网

es报错怎么解决

发表于:2025-12-02 作者:千家信息网编辑
千家信息网最后更新 2025年12月02日,本篇文章为大家展示了es报错怎么解决,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。数据查询范围太大问题场景:订单列表 每页10条1000页没问题 1001页就
千家信息网最后更新 2025年12月02日es报错怎么解决

本篇文章为大家展示了es报错怎么解决,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有所收获。

数据查询范围太大问题

场景:订单列表 每页10条

1000页没问题 1001页就会出现问题 1002页恢复正常提示"所选页数过大"

{    "error":{        "root_cause":[            {                "type":"query_phase_execution_exception",                "reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [10010]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting."            }        ],        "type":"search_phase_execution_exception",        "reason":"all shards failed",        "phase":"query",        "grouped":true,        "failed_shards":[            {                "shard":0,                "index":"crm_order_online_0915",                "node":"wvuhY-JrTIOzo6KPDyjKKA",                "reason":{                    "type":"query_phase_execution_exception",                    "reason":"Result window is too large, from + size must be less than or equal to: [10000] but was [10010]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level setting."                }            }        ]    },    "status":500}

上述内容就是es报错怎么解决,你们学到知识或技能了吗?如果还想学到更多技能或者丰富自己的知识储备,欢迎关注行业资讯频道。

0