1
0

plugins.asciidoc 345 B

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