OpenSearch/plugins
Ryan Ernst 99ac65931a Plugins: Add components creator as bridge between guice and new plugin init world
This change adds a createComponents() method to Plugin implementations
which they can use to return already constructed componenents/services.
Eventually this should be just services ("components" don't really do
anything), but for now it allows any object so that preconstructed
instances by plugins can still be bound to guice. Over time we should
add basic services as arguments to this method, but for now I have left
it empty so as to not presume what is a necessary service.
2016-07-11 14:14:06 -07:00
..
analysis-icu Do not catch throwable 2016-07-04 08:41:06 -04:00
analysis-kuromoji Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-phonetic Fix order of modifiers 2016-07-01 16:57:14 +02:00
analysis-smartcn Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
analysis-stempel Switch analysis from push to pull 2016-06-26 07:15:42 -04:00
discovery-azure-classic Plugins: Add components creator as bridge between guice and new plugin init world 2016-07-11 14:14:06 -07:00
discovery-ec2 Plugins: Add components creator as bridge between guice and new plugin init world 2016-07-11 14:14:06 -07:00
discovery-gce Plugins: Add components creator as bridge between guice and new plugin init world 2016-07-11 14:14:06 -07:00
ingest-attachment Merge branch 'master' into ingest_plugin_api 2016-07-05 20:53:03 -07:00
ingest-geoip Update ingest useragent plugin to use new ingest plugin 2016-07-01 14:16:09 -07:00
ingest-user-agent ingest: Fixed left over rename to 'ingest-user-plugin' 2016-07-07 21:29:40 +02:00
jvm-example Plugins: Add components creator as bridge between guice and new plugin init world 2016-07-11 14:14:06 -07:00
lang-javascript Do not catch throwable 2016-07-04 08:41:06 -04:00
lang-python Enable Checkstyle RedundantModifier 2016-07-04 15:22:12 +02:00
mapper-attachments Do not catch throwable 2016-07-04 08:41:06 -04:00
mapper-murmur3 Plugins: Remove guice from Mapper plugins 2016-06-21 22:50:39 -07:00
mapper-size Add doc values support to the _size field in the mapper-size plugin 2016-07-05 14:47:58 +02:00
repository-azure Plugins: Add RepositoryPlugin interface for registering snapshot repositories 2016-07-08 00:10:03 -07:00
repository-gcs Plugins: Add RepositoryPlugin interface for registering snapshot repositories 2016-07-08 00:10:03 -07:00
repository-hdfs Plugins: Add RepositoryPlugin interface for registering snapshot repositories 2016-07-08 00:10:03 -07:00
repository-s3 Add back tests for setting reader helper in s3 and illegal buffer/chunk size 2016-07-08 14:27:08 -07:00
store-smb Fix order of modifiers 2016-07-01 16:57:14 +02:00
build.gradle