[
https://issues.apache.org/jira/browse/SOLR-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703009#comment-14703009
]
Noble Paul commented on SOLR-5103:
----------------------------------
If someone wants to offer a plugin with dependency jars , please make a jar
with all the dependencies included. Once you make that assumption everything
else becomes simpler.
Then it is still possible to write a script which runs as follows
{noformat}
/bin/solr install-plugin xyz.jar -conf xyz.json -c collection1
{noformat}
or we can package the xyz.jar in such a way that the META-INF contains
{{plugin.json}} and the command can be simplified to
{noformat}
/bin/solr install-plugin xyz.jar -c collection1
{noformat}
bq.Size limitation in blob store?
as of now it is set to 5MB by default . However the user can increase it to any
number with a command
> Plugin Improvements
> -------------------
>
> Key: SOLR-5103
> URL: https://issues.apache.org/jira/browse/SOLR-5103
> Project: Solr
> Issue Type: Improvement
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Fix For: Trunk
>
>
> I think for 5.0, we should make it easier to add plugins by defining a plugin
> package, ala a Hadoop Job jar, which is a self--contained archive of a plugin
> that can be easily installed (even from the UI!) and configured
> programmatically.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]