OpenSearch/docs/reference/modules/plugins.asciidoc
Christoph Büscher 0d11b9fe34
[Docs] Unify spelling of Elasticsearch (#27567)
Removes occurences of "elasticsearch" or "ElasticSearch" in favour of
"Elasticsearch" where appropriate.
2017-11-29 09:44:25 +01:00

13 lines
345 B
Plaintext

[[modules-plugins]]
== Plugins
[float]
=== Plugins
Plugins are a way to enhance the basic Elasticsearch functionality in a
custom manner. They range from adding custom mapping types, custom
analyzers (in a more built in fashion), custom script engines, custom discovery
and more.
See the {plugins}/index.html[Plugins documentation] for more.