Re: solr 4.1 cloud and dataimport

2013-02-17 Thread Erick Erickson
You just address your specific node and append "&distrib=false" to the URL (or set the param in SolrJ). Then the request goes to the node you've addressed and doesn't get distributed to the other shards. Best Erick On Fri, Feb 15, 2013 at 10:15 AM, o.mares wrote: > Mark Miller-3 wrote > > On Fe

Re: solr 4.1 cloud and dataimport

2013-02-15 Thread o.mares
Mark Miller-3 wrote > On Feb 15, 2013, at 6:04 AM, o.mares < > ota.mares+nabble@ > > wrote: > >> Hey when running a solr cloud setup with 4 servers, managing 3 cores each >> splitted on 2 shards, what are the proper steps to do a full index >> import? >> >> Do you have to import the index on al

Re: solr 4.1 cloud and dataimport

2013-02-15 Thread Mark Miller
On Feb 15, 2013, at 6:04 AM, o.mares wrote: > Hey when running a solr cloud setup with 4 servers, managing 3 cores each > splitted on 2 shards, what are the proper steps to do a full index import? > > Do you have to import the index on all of the solr instances? Or is it > sufficient enough to

solr 4.1 cloud and dataimport

2013-02-15 Thread o.mares
Hey when running a solr cloud setup with 4 servers, managing 3 cores each splitted on 2 shards, what are the proper steps to do a full index import? Do you have to import the index on all of the solr instances? Or is it sufficient enough to perform the import on one instance and it will get replic