You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/01/14 15:39:10 UTC

[GitHub] [solr] HoustonPutman commented on a change in pull request #525: SOLR-15921 Look for jars in SOLR_TIP/lib/

HoustonPutman commented on a change in pull request #525:
URL: https://github.com/apache/solr/pull/525#discussion_r784943516



##########
File path: solr/solr-ref-guide/src/libs.adoc
##########
@@ -35,6 +35,10 @@ See <<taking-solr-to-production.adoc#solr-home-directory,Solr home directory>>.
 * `<core_instance>/lib/`: In a user-managed cluster or a single-node installation, you may want to add plugins just for a specific Solr core.
 Create this adjacent to the `conf/` directory; it's not present by default.
 
+* `<solr_install>/lib/`: The `.jar` files placed here are available to all Solr cores running on the node, and to node level plugins referenced in `solr.xml` -- so basically everything.
+Contrary to `<solr_home>/lib/`, this directory is always located in the install dir, so it can be used e.g. for custom
+Dockerfile to place custom plugin jars. This directory is not present by default so create it.

Review comment:
       I think that's likely a good idea, especially with a README, since it'd be strange to see an empty folder.




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

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



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