您的位置:首页 > 其它

找不到类ImmutableSettings

2015-12-14 14:32 253 查看
In ES 2.0, the
ImmutableSettings
class
was indeed removed. This issue mentions it and thebreaking
changes documentation for 2.0 also mention it.

Instead you can now use
Settings.builder()
instead
of
ImmutableSettings.builder()
.
The current implementation of the
Settings
class
can be seen here

All the questions that still use
ImmutableSettings
are
questions about pre-2.0 versions of Elasticsearch.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: