OpenSearch/modules
Simon Willnauer f5daa165f1 Remove ability to plug-in TransportService (#20505)
TransportService is such a central part of the core server, replacing
it's implementation is risky and can cause serious issues. This change removes the ability to
plug in TransportService but allows registering a TransportInterceptor that enables
plugins to intercept requests on both the sender and the receiver ends. This is a commonly used
and overwritten functionality but encapsulates the custom code in a contained manner.
2016-09-16 09:47:53 +02:00
..
aggs-matrix-stats Switch aggregation registration for push to pull 2016-08-16 09:08:36 -04:00
ingest-common introduce the JSON Processor (#20128) 2016-09-09 14:34:32 -07:00
lang-expression Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
lang-groovy Removed extraneous import. 2016-09-01 16:29:08 -07:00
lang-mustache move parsing of search ext sections to the coordinating node 2016-09-09 19:10:42 +02:00
lang-painless Disable regexes by default in painless 2016-09-12 14:09:43 -04:00
percolator Fixed naming inconsistency for fields/stored_fields in the APIs (#20166) 2016-09-13 20:54:41 +02:00
reindex Add clusterUUID to RestMainAction output (#20503) 2016-09-15 16:25:17 +02:00
transport-netty3 Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
transport-netty4 Remove ability to plug-in TransportService (#20505) 2016-09-16 09:47:53 +02:00
build.gradle Make module client jars go to org.elasticsearch.plugin groupId 2016-07-14 02:58:27 -07:00