Homec4science
Diffusion YCSB 23163cc1ed90

Elasticsearch 5: Fix handling of settings

Authored by Jason Tedor <jason@tedor.me> on Aug 7 2017, 14:02.

Description

Elasticsearch 5: Fix handling of settings

Since Elasticsearch 5, Elasticsearch is now strict about settings. This
means that if you pass it a setting that it does not recognize,
Elasticsearch will throw an exception whereas previously it was lenient
in such situations. This commit removes passing all properties as
settings to Elasticsearch in favor of a special prefix es.setting for
which properties prefixed with this will be passed as settings to
Elasticsearch.

Details

Committed
Jason Tedor <jason@tedor.me>Aug 7 2017, 14:41
Pushed
iorgulescuOct 2 2018, 18:02
Parents
R7507:a3ba64d5e21b: Elasticsearch 5: Avoid adding path.home if not set
Branches
Unknown
Tags
Unknown

Event Timeline

Jason Tedor <jason@tedor.me> committed R7507:23163cc1ed90: Elasticsearch 5: Fix handling of settings (authored by Jason Tedor <jason@tedor.me>).Aug 7 2017, 14:41