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 2021/11/08 16:23:23 UTC

[GitHub] [solr-operator] HoustonPutman commented on issue #364: JTS and Polygons jar file

HoustonPutman commented on issue #364:
URL: https://github.com/apache/solr-operator/issues/364#issuecomment-963323967


   Hello @fernaspiazu, this is a good question.
   
   Starting with Solr Operator `v0.5.0`, you should be able to do the following:
   
   1. Use the init container, and save it in an empty-dir volume. Mount this volume into your init-container at any location. 2. Mount this emtpy-dir jar volume in your Solr container, somewhere under the data path (`/var/solr/data/libs`).
   3. Then use `SolrCloud.spec.additionalLibs=['/var/solr/data/libs']`. (Note this will only work for more recent solr versions, but that is fine since you are running `8.9.0`.
   
   I recognize that the Solr documentation says the Jar has to be placed in WEB_INF/lib, but I really don't think that's possible given the Solr docker image.
   
   Give this a try and let me know if it works.


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