[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-04-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch a bug fix as reported by a user http://markmail.org/thread/bvysveoibqcndj4n A

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-03-18 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-844: --- Attachment: SOLR-844.patch Changes # Javadoc updated to say about load balancing

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-03-02 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch #implementation changed to do the pings in a separate thread. This keeps the

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-02-06 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch Same patch with javadocs A SolrServer impl to front-end multiple urls

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-01-24 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch some bugs were fixed (missing lock.unLock()) A SolrServer impl to front-end

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2009-01-17 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch with a test case and a few fixes A SolrServer impl to front-end multiple urls

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch A simple round-robin based implementtaion. Keeps two lists of servers live and

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Attachment: SOLR-844.patch there were a few bugs A SolrServer impl to front-end multiple urls

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Description: Currently a {{CommonsHttpSolrServer}} can talk to only one server. This demands that the user

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Description: Currently a {{CommonsHttpSolrServer}} can talk to only one server. This demands that the user

[jira] Updated: (SOLR-844) A SolrServer impl to front-end multiple urls

2008-11-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-844: Component/s: clients - java Affects Version/s: 1.3 A SolrServer impl to front-end multiple urls