In this tutorial, we will create a plugin to take two parameters field name and a numeric factor and multiply them together. Then, we will use the output of this plugin as a custom scorer.
Codebase
Each ElasticSearch Plugin should contain (at least) two classes: A factory class and a class to implement the functionality