OpenSearch/docs/reference/migration/migrate_5_0
Nik Everett 8db43c0107 Move RestHandler registration to ActionModule and ActionPlugin
`RestHandler`s are highly tied to actions so registering them in the
same place makes sense.

Removes the need to for plugins to check if they are in transport client
mode before registering a RestHandler - `getRestHandlers` isn't called
at all in transport client mode.

This caused guice to throw a massive fit about the circular dependency
between NodeClient and the allocation deciders. I broke the circular
dependency by registering the actions map with the node client after
instantiation.
2016-06-29 18:31:44 -04:00
..
aggregations.asciidoc Clarify time units usage in docs 2016-06-29 17:02:15 -04:00
allocation.asciidoc Move parsing of allocation commands into REST 2016-05-24 11:59:05 -04:00
cat.asciidoc Add note about cat field data API changes into migration doc 2016-05-10 16:41:21 +03:00
docs.asciidoc Add support for waiting until a refresh occurs 2016-06-06 11:37:53 -04:00
fs.asciidoc Remove cluster name from data path 2016-06-07 10:13:48 -06:00
http.asciidoc Enable HTTP compression by default with compression level 3 2016-05-03 08:53:15 +02:00
index-apis.asciidoc Update index-apis.asciidoc 2016-04-25 13:06:57 +02:00
java.asciidoc Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00
mapping.asciidoc Docs: migration notes for _timestamp and _ttl 2016-06-22 14:43:12 -04:00
packaging.asciidoc Remove settings and system properties entanglement 2016-05-19 14:08:08 -04:00
percolator.asciidoc Moved the percolator from core to its own module 2016-05-24 11:01:57 +02:00
plugins.asciidoc Move RestHandler registration to ActionModule and ActionPlugin 2016-06-29 18:31:44 -04:00
rest.asciidoc Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00
scripting.asciidoc Move templates out of the Search API, into lang-mustache module 2016-06-23 09:30:53 +02:00
search.asciidoc Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`" 2016-06-27 17:20:32 +02:00
settings.asciidoc Clarify time units usage in docs 2016-06-29 17:02:15 -04:00
suggest.asciidoc Document completion suggest breaking changes 2016-04-26 10:15:21 -04:00