OpenSearch/plugins/mapper-murmur3/src
Simon Willnauer 66d5d0c4f2 Replace IndexSettings annotation with a full-fledged class
The @IndexSettings annoationat has been used to differentiate between node-level
and index level settings. It was also decoupled from realtime-updates such that
the settings object that a class got injected when it was created was static and
not subject to change when an update was applied. This change removes the annoation
and replaces it with a full-fledged class that adds type-safety and encapsulates additional
functionality as well as checks on the settings.
2015-10-22 20:43:41 +02:00
..
main/java/org/elasticsearch Replace IndexSettings annotation with a full-fledged class 2015-10-22 20:43:41 +02:00
test Test: Move rest-api-spec for plugins into test resources 2015-09-16 03:04:53 -07:00