问题描述
解决方案
- 调大 shard_size
- 临时调大
search.max_buckets
PUT _cluster/settings
{
"transient": {
"search.max_buckets": 1000000
}
}
- 永久调大
PUT _cluster/settings
{
"persistent": {
"search.max_buckets": 1000000
}
}
本文出自 qbit snap
search.max_buckets
PUT _cluster/settings
{
"transient": {
"search.max_buckets": 1000000
}
}
PUT _cluster/settings
{
"persistent": {
"search.max_buckets": 1000000
}
}
本文出自 qbit snap
qbit阅读 355
qbit阅读 1.2k
阿里云大数据AI阅读 801
qbit阅读 746
会飞的鸟阅读 647评论 1
Java陈序员阅读 593
极限实验室阅读 592
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。