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

Mark Miller updated SOLR-4193:
------------------------------

    Attachment: SOLR-4193.patch

Here is an early patch and test for a per core handler that lets you post 
config files.

It probably makes sense to have more generic zookeeper cmds as well, but I 
think that should go in an admin zk handler. I think we should also optimize 
the user experience for the config update case though.
                
> A request handler(s) that lets you interact with ZooKeeper using std Solr 
> clients.
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-4193
>                 URL: https://issues.apache.org/jira/browse/SOLR-4193
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>            Priority: Minor
>             Fix For: 4.1, 5.0
>
>         Attachments: SOLR-4193.patch
>
>
> Could have an admin zk handler and one per core?
> An admin zk handler would allow you to access it without specifying an 
> existing core if done right.
> One per core lets you do things like:
> post solrconfig.xml to localhost:8983:/solr/collection1/zkhandler
> Then we look up what config set we linked to and overwrite the solrconfig.xml.
> You can already GET config files through another handler, so at the moment 
> I'd avoid duplicating that.
> Could imagine adding commands over time though.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to