Elasticsearch plugins are a way to enhance the basic elasticsearch functionality in a custom manner.
Elasticsearch 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 documentation for more.