[
https://issues.apache.org/jira/browse/SOLR-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656178#comment-13656178
]
Joel Bernstein commented on SOLR-4816:
--------------------------------------
In looking at SOLR-3154 it looks this was done pre-document routing so it will
have to be changed. It also looks like it won't work with batches because it
checks the first document id only.
The batches issue is why I created another method. We could get batches into
the original method but the code would be pretty hairy. I like the idea of a
nice clean separate method for this.
Let me know how you'd like to proceed. I can work on updating the SOLR-3154
implementation or keep working this implementation.
Thanks
> Add method to CloudSolrServer to send updates to the correct shard
> ------------------------------------------------------------------
>
> Key: SOLR-4816
> URL: https://issues.apache.org/jira/browse/SOLR-4816
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Affects Versions: 4.3
> Reporter: Joel Bernstein
> Priority: Minor
> Attachments: SOLR-4816.patch
>
>
> This issue adds a "directUpdate" method to CloudSolrServer which routes
> update requests to the correct shard. This would be a nice feature to have to
> eliminate the document routing overhead on the Solr servers.
--
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]