问题描述
解决方案
- 调大 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
Foghost阅读 1.1k
qbit阅读 748
CodeSheep阅读 738
LnEoi阅读 343
阿里云大数据AI阅读 304
qbit阅读 295
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。