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

Jan Høydahl closed SOLR-471.
----------------------------

       Resolution: Duplicate
    Fix Version/s: 4.0-ALPHA

Closing old issue, please re-open if necessary. No longer needed since 
SolrCloud implements this.
                
> Distributed Solr Client
> -----------------------
>
>                 Key: SOLR-471
>                 URL: https://issues.apache.org/jira/browse/SOLR-471
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.3
>            Reporter: Nguyen Kien Trung
>            Priority: Minor
>             Fix For: 4.0-ALPHA
>
>         Attachments: distributedclient.patch
>
>
> Inspired by memcached java clients.
> The ability to update/search/delete among many solr instances
> Client parametters:
> - List of solr servers
> - Number of replicas
> Client functions:
> - Update: using consistent hashing to determine what documents are going to 
> be stored in what server. Get the list of servers (equal to number of 
> replicas) and issue parallel UPDATE
> - Search: parallel search all servers, aggregate distinct results
> - Delete: parallel delete in all 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]

Reply via email to