OpenSearch/plugins
Simon Willnauer b22c526b34 Cut over settings registration to a pull model (#18890)
Today we have a push model for registering basically anything. All our extension points
are defined on modules which we pass in to plugins. This is harder to maintain and adds
unnecessary dependencies on the modules itself. This change moves towards a pull model
where the plugin offers a getter kind of method to get the extensions. This will also
help in the future if we need to pass dependencies to the extension points which can
easily be defined on the method as arguments if a pull model is used.
2016-06-16 15:52:58 +02:00
..
analysis-icu Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
analysis-kuromoji Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
analysis-phonetic Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
analysis-smartcn Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
analysis-stempel Upgrade to lucene-6.1.0-snapshot-3a57bea. 2016-06-10 16:18:12 +02:00
discovery-azure Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
discovery-ec2 Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
discovery-gce Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
ingest-attachment fix compile for ingest plugin lambda 2016-06-15 16:57:01 -07:00
ingest-geoip new ScriptProcessor for Ingest (#18193) 2016-06-15 14:57:18 -07:00
jvm-example Remove last vestigates of /bin/sh shebangs 2016-05-18 11:03:00 -04:00
lang-javascript Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
lang-python Simplify ScriptModule and script registration (#18903) 2016-06-16 09:35:13 +02:00
mapper-attachments Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
mapper-murmur3 Lessen leniency of the query dsl. #18276 2016-05-16 17:37:00 +02:00
mapper-size Disable XContent auto closing of object and arrays 2016-05-25 16:46:09 +02:00
repository-azure Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
repository-gcs Change BlobPath.buildAsString() method 2016-05-23 10:50:40 +02:00
repository-hdfs Clarify the semantics of the BlobContainer interface 2016-05-31 19:22:55 -04:00
repository-s3 Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
store-smb Add primitive to shrink an index into a single shard (#18270) 2016-05-31 10:41:44 +02:00
build.gradle Revert "Build: Switch to maven-publish plugin" 2016-03-18 17:22:25 -07:00