You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/01/04 23:50:55 UTC

[jira] Commented: (SOLR-1698) load balanced distributed search

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

Yonik Seeley commented on SOLR-1698:
------------------------------------

This is related to the solr cloud branch, but is perhaps separable enough that I thought I'd try integrating into trunk.
We could add pipe delimiters between equivalent shards - useful for testing, troubleshooting, and ad hoc requests, even when shard info will be retrieved from zookeeper.

Example shards param:
shards=localhost:8983/solr|localhost:8985/solr,localhost:7574/solr|localhost:7576/solr

> load balanced distributed search
> --------------------------------
>
>                 Key: SOLR-1698
>                 URL: https://issues.apache.org/jira/browse/SOLR-1698
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>
> Provide syntax and implementation of load-balancing across shard replicas.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.