OpenSearch/modules
Jason Tedor 784c9e5fb9 Introduce node handshake
This commit introduces a handshake when initiating a light
connection. During this handshake, node information, cluster name, and
version are received from the target node of the connection. This
information can be used to immediately validate that the target node is
a member of the same cluster, and used to set the version on the
stream. This will allow us to extend APIs that are used during initial
cluster recovery without a major version change.

Relates #15971
2016-05-04 20:06:47 -04:00
..
ingest-grok ingest: Add `date_index_name` processor. 2016-04-29 17:20:48 +02:00
lang-expression Add tests/doc for boolean fields with expressions 2016-05-02 18:13:03 -04:00
lang-groovy Introduce node handshake 2016-05-04 20:06:47 -04:00
lang-mustache Make reset() in QueryShardContext private 2016-05-03 18:56:16 +02:00
lang-painless Painless clean up including fixing _score issues and improving type 2016-03-30 16:40:17 -07:00
reindex [reindex] Switch throttle to Float.POSITIVE_INFITINTY/"unlimited" 2016-05-04 16:14:32 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00