ocampor / plugin-example

Basic Elasticsearch plugin to explain the basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Plugin Example

This is an example of a custom rescore plugin that is based on the original rescore plugin example. Besides the plugin, the project includes the configuration files to install the plugin and start Elasticsearch and debug the source files.

Test

gradle test yamlRestTest

Start Elasticsearch

gradle run

About

Basic Elasticsearch plugin to explain the basics


Languages

Language:Java 97.5%Language:Dockerfile 2.5%