#分片数
index.number_of_shards
#副本数
index.number_of_replicas
#是否设为影子副本(暂未研究)
index.shadow_replicas
#是否设为可分享文件系统(暂未研究)
index.shard_filesystem
#是否自动扩展副本(暂未研究)
index.auto_expand_replicas
#暂未研究
index.blocks.read_only
#暂未研究
index.blocks.read
#暂未研究
index.blocks.write
#暂未研究
index.blocks.metadata
#创建该index用到的Elasticsearch版本
index.version.created
index.version.created_string
#更新该index用到的Elasticsearch版本
index.verison.upgraded
index.version.upgraded_string
#该index支持的最小lucene版本
index.version.minimum_compatible
#该index建立日期
index.creating_data
index.creating_data_string
#该index的优先级
index.priority
#该index的uuid,唯一标识
index.uuid
#该index各索引的routing规则,采用何种Hash方式,默认使用Murmur3,还有一种普通的Hash算法
index.legacy.routing.hash.type
#routing计算是否使用type,内部计算shard id的方法已经废弃,建议不使用,不设置,默认false即可
index.legacy.routing.use_type
#该index的数据存储路径
index.data_path
#暂未研究
#index.shared_filesystem.recover_on_any_node
elasticsearch bean setting
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- **用generator时出现的错误:这个错误的地方不在mybatis配置文件,在mapper.xml中:**
- 本篇为ElasticSearch源码分析系列文章的第三篇,上文解释了ElasticSearch的启动过程,其中多处...
- 大致意思:没有符合要求并且类型为'xxx'的bean。原因是bean要求只有一个,但现在找到2个。 解决方案: 在...
- 大多数场景,在Spring容器的大多数bean都是单例的.当一个单例bean A依赖另一个单例bean B,直接在...
- 安装ElasticSearch 主要步骤 安装好最新版本的Java 下载到最新版本的 Elasticsearch:...