You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/01/15 22:22:04 UTC

[GitHub] [lucene-solr] epugh commented on a change in pull request #2016: SOLR-14067 v2 Move Stateless Scripting Update Process to /contrib/scripting module

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



##########
File path: gradle/documentation/render-javadoc.gradle
##########
@@ -278,6 +278,13 @@ configure(project(":solr:contrib:langid")) {
   }
 }
 
+configure(project(":solr:contrib:scripting-update-processor")) {
+  project.tasks.withType(RenderJavadocTask) {
+    // TODO: clean up split packages
+    javadocMissingIgnore = [ "org.apache.solr.update.processor" ]

Review comment:
       Now under a new `org.apache.solr.scripting.update` package to solve 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:
users@infra.apache.org



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