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

Nguyen Kien Trung updated SOLR-471:
-----------------------------------

    Attachment: distributedclient.patch

- Changed method toString() and override hashCode(), equals() in SolrDocument 
model. These modifications are to filter unique SolrDocument objects in a set
- Created test cases to setup multiple SolrHttpServers and perform 
update/delete/query operations

> 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