OpenSearch/plugins
Jason Tedor eb675a1c4d
Introduce index store plugins (#32375)
Today we allow plugins to add index store implementations yet we are not
doing this in our new way of managing plugins as pull versus push. That
is, today we still allow plugins to push index store providers via an on
index module call where they can turn around and add an index
store. Aside from being inconsistent with how we manage plugins today
where we would look to pull such implementations from plugins at node
creation time, it also means that we do not know at a top-level (for
example, in the indices service) which index stores are available. This
commit addresses this by adding a dedicated plugin type for index store
plugins, removing the index module hook for adding index stores, and by
aggregating these into the top-level of the indices service.
2018-07-26 08:05:49 -04:00
..
analysis-icu Handle TokenizerFactory TODOs (#32063) 2018-07-17 14:14:02 +02:00
analysis-kuromoji Handle TokenizerFactory TODOs (#32063) 2018-07-17 14:14:02 +02:00
analysis-nori Handle TokenizerFactory TODOs (#32063) 2018-07-17 14:14:02 +02:00
analysis-phonetic Consistent encoder names (#29492) 2018-07-24 09:21:43 +10:00
analysis-smartcn Handle TokenizerFactory TODOs (#32063) 2018-07-17 14:14:02 +02:00
analysis-stempel Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
analysis-ukrainian Upgrade to Lucene 7.4.0. (#31529) 2018-06-22 16:17:17 +02:00
discovery-azure-classic Enable testing in FIPS140 JVM (#31666) 2018-07-17 10:54:10 +03:00
discovery-ec2 Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
discovery-file Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
discovery-gce Allow Integ Tests to run in a FIPS-140 JVM (#31989) 2018-07-24 12:48:14 +03:00
examples Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
ingest-attachment Add JDK11 support and enable in CI (#31644) 2018-07-05 03:24:01 +00:00
ingest-geoip Add region ISO code to GeoIP Ingest plugin (#31669) 2018-07-20 11:23:29 -07:00
ingest-user-agent Clean up double semicolon code typos (#31687) 2018-07-02 15:14:44 +02:00
mapper-murmur3 Decouple XContentBuilder from BytesReference (#28972) 2018-03-14 13:47:57 -06:00
mapper-size Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
repository-azure Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
repository-gcs Detect and prevent configuration that triggers a Gradle bug (#31912) 2018-07-19 06:46:58 +00:00
repository-hdfs Add new permission for JDK11 to load JAAS libraries (#32132) 2018-07-23 15:11:41 -04:00
repository-s3 fixes broken build for third-party-tests (#32353) 2018-07-25 16:34:30 +02:00
store-smb Introduce index store plugins (#32375) 2018-07-26 08:05:49 -04:00
transport-nio TESTS: Fix Buf Leaks in HttpReadWriteHandlerTests (#32377) 2018-07-26 07:01:59 +02:00
build.gradle Reorganize license files 2018-04-20 15:33:59 -07:00