OpenSearch/docs/reference/modules/plugins.asciidoc

13 lines
338 B
Plaintext
Raw Normal View History

[[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), native scripts, custom discovery
and more.
See the {plugins}/index.html[Plugins documentation] for more.