Re: PropagateServer Implementation for Solr

2013-07-04 Thread Furkan KAMACI
Here is an example how I use PropagateServer inside CloudSolrServer: public static List customListStatistics(CloudSolrServer solrServer) { NamedList namedList = new SimpleOrderedMap(); try { namedList = solrServer.request(new LukeRequest()); } catch (SolrServerException e) { e.printS

Re: PropagateServer Implementation for Solr

2013-07-04 Thread Daniel Collins
Ok, in the scenario where the calling "app" uses SolrJ and creates a CloudSolrServer to send all its requests in. In that case, yes I can see the logic that says CloudSolrServer shouldn't load balance that (its not that type of request), it should forward it on to all the servers in the cloud. Wh

PropagateServer Implementation for Solr

2013-07-03 Thread Furkan KAMACI
Hi; I've written an e-mail at dev list and I want to share same e-mail here. I've opened two issues at Jira and I want to get feedback of community. First issue is: https://issues.apache.org/jira/browse/SOLR-4995 Currently Solr servers are interacting with only one Solr node. I think that there s