[
https://issues.apache.org/jira/browse/SOLR-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-3815:
-------------------------------
Attachment: SOLR-3815_addrange.patch
Here's a start on adding ranges to shard properties. Seems to work at first
and then gets lost on an update currently.
Example:
{code}
{"collection1":{
"shard1":{"replicas":{"Rogue:8983_solr_collection1":{
"shard":"shard1",
"leader":"true",
"roles":null,
"state":"active",
"core":"collection1",
"collection":"collection1",
"node_name":"Rogue:8983_solr",
"base_url":"http://Rogue:8983/solr"}}},
"shard2":{
"range":"0-7fffffff",
"replicas":{}}}}
{code}
> add hash range to shard
> -----------------------
>
> Key: SOLR-3815
> URL: https://issues.apache.org/jira/browse/SOLR-3815
> Project: Solr
> Issue Type: Sub-task
> Reporter: Yonik Seeley
> Attachments: SOLR-3815_addrange.patch, SOLR-3815.patch
>
>
--
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]