This plugin lets Fess evaluate Groovy scripts, for example in data store scripts and search-result scripting.
Install it from the Fess admin UI, under System > Plugin, or place the jar manually:
- Download
fess-script-groovy-X.X.X.jarfrom the CodeLibs repository. - Copy it to
$FESS_HOME/app/WEB-INF/plugin(/usr/share/fess/app/WEB-INF/pluginfor a package install), then restart Fess.
git clone https://github.com/codelibs/fess-script-groovy.git
cd fess-script-groovy
mvn package