RE: Does SolrCloud Improves Indexing or Slows it down

2014-02-19 Thread Susheel Kumar
...@gmail.com] Sent: Wednesday, February 19, 2014 2:12 PM To: solr-user@lucene.apache.org Subject: Re: Does SolrCloud Improves Indexing or Slows it down Why don't you do parallel indexing and then merge everything into one and replicate that from the master to the slaves in SolrCloud? Thanks, Kra

Re: Does SolrCloud Improves Indexing or Slows it down

2014-02-19 Thread Kranti Parisa
Why don't you do parallel indexing and then merge everything into one and replicate that from the master to the slaves in SolrCloud? Thanks, Kranti K. Parisa http://www.linkedin.com/in/krantiparisa On Wed, Feb 19, 2014 at 3:04 PM, Susheel Kumar < susheel.ku...@thedigitalgroup.net> wrote: > Hi,

Does SolrCloud Improves Indexing or Slows it down

2014-02-19 Thread Susheel Kumar
Hi, If we setup a solr cloud with 3 nodes and then we have like 100+ million documents to index. How we should be indexing a) will the indexing request be going to each machine assuming we are able to divide data based on some field or b) we should be sending the request to one end point and wh