This plugin contains a few examples of native script for Elasticsearch.
Please make sure to use the correct branch of this repository that corresponds to the version of elasticsearch that you are developing the plugin for.
Example Plugin Branch | Elasticsearch |
---|---|
master | 5.3.0 |
2.x | 2.×.x |
2.0 | 2.0.x |
1.x | 1.×.x |
To build the example use ./gradlew assemble
on linux and mac or gradlew.bat assemble
on Windows. The assembled plugin can be found in the build/distributions
directory. Follow the elasticsearch instruction to install the plugin.