[ https://issues.apache.org/jira/browse/SOLR-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nguyen Kien Trung updated SOLR-471: ----------------------------------- Description: 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 was: 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 > 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 > > 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.