elasticsearch bean setting

#分片数
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)