码迷,mamicode.com
首页 > 其他好文 > 详细

ES 遇到的一个坑too_many_clauses: maxClauseCount

时间:2018-08-09 14:52:34      阅读:1071      评论:0      收藏:0      [点我收藏+]

标签:bsp   导致   app   yml   stream   pre   dex   首字母   XML   

异常:

Caused by: org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper: too_many_clauses: maxClauseCount is set to 1024


用了es的in查询,in中id大于1024个,导致es报错,es默认支持元素数量为1024个。

解决办法:

编辑elasticsearch.yml,添加如下配置:

 

index.query.bool.max_clause_count: 10240

注意:必须在最前面添加一个空格,即和其他配置首字母对齐,不然es启动报错。

ES 遇到的一个坑too_many_clauses: maxClauseCount

标签:bsp   导致   app   yml   stream   pre   dex   首字母   XML   

原文地址:https://www.cnblogs.com/snake23/p/9448648.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!