OpenSearch/plugins/mapper-murmur3
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
..
licenses Move the `murmur3` field to a plugin and fix defaults. 2015-08-18 11:41:52 +02:00
src Replace IndexSettings annotation with a full-fledged class 2015-10-22 20:43:41 +02:00
pom.xml Add xlint ignores for warning classes, where appropriate. 2015-09-09 12:47:07 -07:00