ElasticSearch - NEST Query Condition Limit

∥☆過路亽.° 提交于 2019-12-23 05:29:34

问题


After searching on Google, i found the Elasticsearch max query condition limit is 1024?

Is it configurable? If yes can you anyone please provide the steps.

Thanks, Sameer


回答1:


Default value is 1024, but it is configurable. In the elasticsearch configuration file (the yml file for example), set the mentioned setting: index.query.bool.max_clause_count: 100000 for example.



来源:https://stackoverflow.com/questions/28637004/elasticsearch-nest-query-condition-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!