[
https://issues.apache.org/jira/browse/SOLR-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13606946#comment-13606946
]
Jan Høydahl commented on SOLR-4495:
-----------------------------------
Any thoughts on this? Would it be better with support for a repeating
{{<lib>foo/bar</lib>}} tag in solr.xml just like in solrconfig.xml? Then we
keep the syntax the same and don't need to parse separators. The fact that it's
solr.xml would suggest that the libs will be shared between cores, so {{<lib>}}
should be enough.
> solr.xml sharedLib attribtue should take a list of paths
> --------------------------------------------------------
>
> Key: SOLR-4495
> URL: https://issues.apache.org/jira/browse/SOLR-4495
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Reporter: Jan Høydahl
> Labels: classpath, solr.xml
> Attachments: SOLR-4495.patch
>
>
> solr.xml's sharedLib is a great way to add plugins that should be shared
> across all cores/collections.
> For increased flexibility I would like for it to take a list of paths. Then
> I'd put Solr's own contrib libs in one shared folder "solrJars" and custom
> plugins with deps in another "customerJars". That eases Solr upgrades, then
> we can simply wipe and replace all jars in "solrJars" during upgrade.
> I realize that solr.xml is going away, and so the same request will be valid
> for whatever replaces solr.xml, whether it be system prop or properties file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]