mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Remove references to the thrift and memcached transport plugins
as they are no longer supported Closes #10166
This commit is contained in:
parent
deade2eb71
commit
aa94ced0ae
@ -3,11 +3,7 @@
|
|||||||
|
|
||||||
[partintro]
|
[partintro]
|
||||||
--
|
--
|
||||||
The *elasticsearch* REST APIs are exposed using:
|
The *elasticsearch* REST APIs are exposed using <<modules-http,JSON over HTTP>>.
|
||||||
|
|
||||||
* <<modules-http,JSON over HTTP>>,
|
|
||||||
* <<modules-thrift,thrift>>,
|
|
||||||
* <<modules-memcached,memcached>>.
|
|
||||||
|
|
||||||
The conventions listed in this chapter can be applied throughout the REST
|
The conventions listed in this chapter can be applied throughout the REST
|
||||||
API, unless otherwise specified.
|
API, unless otherwise specified.
|
||||||
|
@ -284,3 +284,9 @@ index.
|
|||||||
Deprecated script parameters `id`, `file`, and `scriptField` have been removed
|
Deprecated script parameters `id`, `file`, and `scriptField` have been removed
|
||||||
from all scriptable APIs. `script_id`, `script_file` and `script` should be used
|
from all scriptable APIs. `script_id`, `script_file` and `script` should be used
|
||||||
in their place.
|
in their place.
|
||||||
|
|
||||||
|
=== Thrift and memcached transport
|
||||||
|
|
||||||
|
The thrift and memcached transport plugins are no longer supported. Instead, use
|
||||||
|
either the HTTP transport (enabled by default) or the node or transport Java client.
|
||||||
|
|
||||||
|
@ -11,8 +11,6 @@ include::modules/http.asciidoc[]
|
|||||||
|
|
||||||
include::modules/indices.asciidoc[]
|
include::modules/indices.asciidoc[]
|
||||||
|
|
||||||
include::modules/memcached.asciidoc[]
|
|
||||||
|
|
||||||
include::modules/network.asciidoc[]
|
include::modules/network.asciidoc[]
|
||||||
|
|
||||||
include::modules/node.asciidoc[]
|
include::modules/node.asciidoc[]
|
||||||
@ -27,8 +25,6 @@ include::modules/advanced-scripting.asciidoc[]
|
|||||||
|
|
||||||
include::modules/threadpool.asciidoc[]
|
include::modules/threadpool.asciidoc[]
|
||||||
|
|
||||||
include::modules/thrift.asciidoc[]
|
|
||||||
|
|
||||||
include::modules/transport.asciidoc[]
|
include::modules/transport.asciidoc[]
|
||||||
|
|
||||||
include::modules/snapshots.asciidoc[]
|
include::modules/snapshots.asciidoc[]
|
||||||
|
@ -259,8 +259,6 @@ You can disable that check using `plugins.check_lucene: false`.
|
|||||||
==== Transport Plugins
|
==== Transport Plugins
|
||||||
|
|
||||||
.Supported by Elasticsearch
|
.Supported by Elasticsearch
|
||||||
* https://github.com/elasticsearch/elasticsearch-transport-memcached[Memcached transport plugin]
|
|
||||||
* https://github.com/elasticsearch/elasticsearch-transport-thrift[Thrift Transport]
|
|
||||||
* https://github.com/elasticsearch/elasticsearch-transport-wares[Servlet transport]
|
* https://github.com/elasticsearch/elasticsearch-transport-wares[Servlet transport]
|
||||||
|
|
||||||
.Supported by the community
|
.Supported by the community
|
||||||
|
Loading…
x
Reference in New Issue
Block a user