janhoy commented on a change in pull request #525:
URL: https://github.com/apache/solr/pull/525#discussion_r785229738
##########
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 added the empty lib/ dir with a README in the latest commit.
Instead of adding yet another folder underneath `<solr-git>/solr/` with just
a README, I put it in `solr/packaging/static`. Not very well thought through,
can change that.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]