elasticsearch使用指南之Elasticsearch Index Setting一览表

索引的配置项按是否能够更改分为static属性与动态配置,所谓的静态配置即索引建立后不能修改。node 一、索引静态配置mysql index.number_of_shards 索引分片的数量。在ES层面能够经过es.index.max_number_of_shards属性设置索引最大的分片数,默认为1024,index.number_of_shards的默认值为Math.min(es.index
相关文章
相关标签/搜索