问题描述
解决方案
- 调大 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阅读 324
qbit阅读 875
阿里云大数据AI阅读 623
阿里云大数据AI阅读 526
阿里云大数据AI阅读 495
qbit阅读 482
阿里云大数据AI阅读 479
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。