原文:Result window is too large, from + size must be less than or equal to: [10000] but was [78440]. See the scroll api for a more efficient way to request large data sets

error : root cause : type : query phase execution exception , reason : Result window is too large, from size must be less than or equal to: but was . See the scroll api for a more efficient way to re ...

2019-09-23 18:33 0 342 推荐指数:

查看详情

ElasticSearch查询超过10000条报错Result window is too large

背景 后台查询订单列表,将mysql查询改造为es查询.分页展示,每页10条数据,当查询页数超过1000页时,发现后台es报错,报错信息为: 分析 分析报错信息,明显提示结果窗口集太大了,条数不应该超过10000条.这是因为ElasticSearch默认查询10000条展示(官 ...

Wed Jul 22 18:21:00 CST 2020 0 517
413 Request Entity Too Large

网上找到是因为设置的问题,想到自己最终是布署在iis上的,找到如下步骤: 1. Launch “Internet Information Services (IIS) Manager” 2. ...

Tue Aug 20 19:24:00 CST 2019 0 566
413 Request Entity Too Large

今天运营同事给我说在用ueditor编写文章的时候上传图片报错,错误信息为413 Request Entity Too Large, 翻译过来就是请求实体太大,这是因为服务器(我们的服务器是Nginx)对上传的文件大小是有限制的,我们修改Nginx的配置文件把允许上传的文件大小配置大一些即可 ...

Sat Nov 24 02:59:00 CST 2018 0 1268
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM