epugh commented on a change in pull request #2215:
URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559672654



##########
File path: solr/contrib/scripting/README.md
##########
@@ -0,0 +1,14 @@
+Welcome to Apache Solr Scripting!
+===============================
+
+# Introduction
+
+The Scripting contrib module pulls together various scripting related 
functions.  
+
+Today, the ScriptUpdateProcessorFactory allows Java scripting engines to be 
used during the Solr document update processing, allowing dramatic flexibility 
in expressing custom document processing before being indexed.  It also allows 
hooks to commit, delete, etc, but add is the most common usage.  It is 
implemented as an UpdateProcessor to be placed in an UpdateChain.

Review comment:
       Thanks, rewroked this.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to