You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ishan Chattopadhyaya (Jira)" <ji...@apache.org> on 2019/10/02 02:37:00 UTC

[jira] [Updated] (SOLR-13662) Package manager CLI

     [ https://issues.apache.org/jira/browse/SOLR-13662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ishan Chattopadhyaya updated SOLR-13662:
----------------------------------------
    Description: Design details and usage details are here: https://docs.google.com/document/d/15b3m3i3NFDKbhkhX_BN0MgvPGZaBj34TKNF2-UNC3U8/edit?ts=5d86a8ad#  (was: 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})

> 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
>         Attachments: plugin-cli.png
>
>
> Design details and usage details are here: https://docs.google.com/document/d/15b3m3i3NFDKbhkhX_BN0MgvPGZaBj34TKNF2-UNC3U8/edit?ts=5d86a8ad#



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org