[
https://issues.apache.org/jira/browse/SOLR-13662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16934359#comment-16934359
]
Noble Paul commented on SOLR-13662:
-----------------------------------
The {{deploy}} is supposed to add the relevant plugins or add schema components
which your plug-in uses. The {{runtime-lib}} feature is not used here at all.
{{runtime-lib}} feature is not used here at all. {{runtimeLib}} feature is not
used here at all. Runtime lib is loaded from .system collection which results
in core reloads. That's not hot deployment
> Package manager CLI
> -------------------
>
> Key: SOLR-13662
> URL: https://issues.apache.org/jira/browse/SOLR-13662
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Noble Paul
> Assignee: Ishan Chattopadhyaya
> Priority: Major
>
> example scripts
> {code}
> #add a repo to your Solr cluster. This adds the public key of the repo to our
> Solr ZK
> # also store the file in /package-repo in ZK
> bin/solr plugin add-repo <http:url-of-repo>
> # searches all the registered repos for the pakage 'solr-highlighting" and
> version :0.1 and add
> # the package to solr cluster. After it's done thes component will be added
> to collections, coll1,coll2,coll3
> bin/solr plugin install solr-highlighting:0.1 -c coll1,coll2,coll3
> # deploy an already installed package to an existing set of collections
> bin/solr plugin deploy solr-highlighting -c coll1,coll2
> # update an existing package solr-highlighting to , version '0.2'. This
> automatically
> #updates all the collections using this package
> bin/solr plugin update solr-highlighting:0.2
> # search and list all the registered repos for a component which has a string
> 'highlight' in description
> bin/solr plugin search “highlight”
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]