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

Nguyen Kien Trung commented on SOLR-471:
----------------------------------------

Thanks Yonik. Actually I did have a glance at SOLR-303
As I'm doing a Java project which requires interaction with multiple 
customized-solr instances and it happened to me that the requirement was not 
meet with the solution which SOLR-303 offers, so I made the workaround with the 
thought that the patch may be helpful to those who are having same situation 
like me. 

I'm quite new to solr but very excited with the promising features that solr is 
going to achieve

> 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
>         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.
-
You can reply to this email to add a comment to the issue online.

Reply via email to