个人直播网站开发,视频制作软件电脑版,wordpress爱情主题,深圳尼高品牌设计有限公司相关参数 indices.query.bool.max_clause_count 本参数当前已失效。
search.max_buckets 本参数用于控制在单个响应中返回的聚合的桶的数量。 默认值为65536。
本参数允许在elasticsearch.yml中配置#xff0c;配置样例如下#xff1a;
search.max_buckets: 30或者使用Ela…相关参数 indices.query.bool.max_clause_count 本参数当前已失效。
search.max_buckets 本参数用于控制在单个响应中返回的聚合的桶的数量。 默认值为65536。
本参数允许在elasticsearch.yml中配置配置样例如下
search.max_buckets: 30或者使用ElasticSearch cluster update settings API修改命令样例如下
curl -X PUT https://localhost:9200/_cluster/settings?pretty -H Content-Type: application/json -d
{persistent : {search.max_buckets : 65536}
}--cacert $ES_HOME/config/certs/http_ca.crt -u elastic:ohCxPHQBEs5*lo7F9indices.query.bool.max_nested_depth 本参数用于控制查询时的深度过大的参数值可能导致栈溢出错误。 默认值为30。 本参数只允许在elasticsearch.yml中配置配置样例如下
indices.query.bool.max_nested_depth: 30相关资料
Search settingsBucket aggregationsElasticSearch cluster update settings APIConfiguring Elasticsearch