This is an automated email from the ASF dual-hosted git repository. cpoerschke pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 7305772da178c1376c2c457005b4d8d846ba2d09 Author: Gaƫl Jourdan-Weil <[email protected]> AuthorDate: Mon Dec 4 15:21:46 2023 +0100 docs: fix typo in script update processor page (#2113) (cherry picked from commit 6383063e5504bca84692526db6667c3e0ca9b8bd) --- .../modules/configuration-guide/pages/script-update-processor.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc index 3afe081b952..b3824068369 100644 --- a/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc +++ b/solr/solr-ref-guide/modules/configuration-guide/pages/script-update-processor.adoc @@ -34,7 +34,7 @@ However, you are introducing some potential security vulnerabilities. This is provided via the `scripting` xref:configuration-guide:solr-modules.adoc[Solr Module] that needs to be enabled before use. -== Enababling the ScriptingUpdateProcessor and Scripting Engines +== Enabling the ScriptingUpdateProcessor and Scripting Engines Java 11 and previous versions come with a JavaScript engine called Nashorn, but Java 12 will require you to add your own JavaScript engine. Other supported scripting engines like JRuby, Jython, Groovy, all require you to add JAR files to Solr.
