[ 
https://issues.apache.org/jira/browse/SOLR-6801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14263880#comment-14263880
 ] 

ASF subversion and git services commented on SOLR-6801:
-------------------------------------------------------

Commit 1649345 from [~noble.paul] in branch 'dev/trunk'
[ https://svn.apache.org/r1649345 ]

SOLR-6801 increase wait times to address failures 
http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/1989/

> Load RequestHandler from blob store
> -----------------------------------
>
>                 Key: SOLR-6801
>                 URL: https://issues.apache.org/jira/browse/SOLR-6801
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: 5.0, Trunk
>
>         Attachments: SOLR-6801.patch, SOLR-6801.patch
>
>
> 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",
>                            "lib" : "mycomponent",
>                            "version":2}
> }'
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to