Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-17 Thread jmozah
Sorry.. i didn't understand that... did you mean to configure CloudSolrServer with general hash algorithm? ./zahoor On 17-Apr-2013, at 1:06 PM, rulinma wrote: > you also can cal(general hash algrothim) solrserver to add docs.

Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-17 Thread rulinma
you can use multithread. for fast , you also can cal(general hash algrothim) solrserver to add docs. -- View this message in context: http://lucene.472066.n3.nabble.com/CloudSolrServer-vs-ConcurrentUpdateSolrServer-for-indexing-tp4055772p4056606.html Sent from the Solr - User mailing list

Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-16 Thread J Mohamed Zahoor
It sure increased the performance . Thanks for the input. ./zahoor On 14-Apr-2013, at 10:13 PM, J Mohamed Zahoor wrote: > Thanks.. > Will try multithreading with CloudSolrServer. > > ./zahoor > > On 13-Apr-2013, at 9:11 PM, Mark Miller wrote: > >> >> On Apr 13, 2013, at 11:07 AM, J Mohamed

Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-14 Thread J Mohamed Zahoor
Thanks.. Will try multithreading with CloudSolrServer. ./zahoor On 13-Apr-2013, at 9:11 PM, Mark Miller wrote: > > On Apr 13, 2013, at 11:07 AM, J Mohamed Zahoor wrote: > >> Hi >> >> This question has come up many times in the list with lots of variations >> (which confuses me a lot). >>

Re: CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-13 Thread Mark Miller
On Apr 13, 2013, at 11:07 AM, J Mohamed Zahoor wrote: > Hi > > This question has come up many times in the list with lots of variations > (which confuses me a lot). > > Iam using Solr 4.1. one collection , 6 shards, 6 machines. > I am using CloudSolrServer inside each mapper to index my docu

CloudSolrServer vs ConcurrentUpdateSolrServer for indexing

2013-04-13 Thread J Mohamed Zahoor
Hi This question has come up many times in the list with lots of variations (which confuses me a lot). Iam using Solr 4.1. one collection , 6 shards, 6 machines. I am using CloudSolrServer inside each mapper to index my documents…. While it is working fine , iam trying to improve the indexing