You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2014/11/27 13:07:12 UTC

[jira] [Created] (SOLR-6801) Load components from blob store

Noble Paul created SOLR-6801:
--------------------------------

             Summary: Load components from blob store
                 Key: SOLR-6801
                 URL: https://issues.apache.org/jira/browse/SOLR-6801
             Project: Solr
          Issue Type: New Feature
            Reporter: Noble Paul
            Assignee: Noble Paul


The solrconfig APIs ( SOLR-6607)  now allow registering components through API. SOLR-6787 will support for blob storage. 

Jars should be able to be loaded from blobs

example 
{code}
 curl http://localhost:8983/solr/gettingstarted/config -H "Content-Type: application/json"  -d '{
"create-requesthandler" : {"name" : "/mypath" ,
                           "class":"org.apache.solr.handler.DumpRequestHandler",
                           "startup":"lazy",
                           "location" : ".system:mycomponent",
                           "version":2}
}'

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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