Re: SolrCloud OR distributed Solr

2014-03-30 Thread Erick Erickson
Distributed solr is simply the ability for Solr to take the incoming query and send it to multiple shards, then aggregate the response. Here a "shard" is a physical partition of a single logical index. The assumption is that you can't fit the entire index on a single machine and still get the perfo

Re: SolrCloud OR distributed Solr

2014-03-30 Thread Gora Mohanty
On 30 March 2014 23:12, Priti Solanki wrote: > > Hello Member, > > Is there any difference between distributed solr & solrCloud ? You might be confusing the older Solr distributed search with the new SolrCloud: * Older distributed search: https://wiki.apache.org/solr/DistributedSearch * SolrCloud

SolrCloud OR distributed Solr

2014-03-30 Thread Priti Solanki
Hello Member, Is there any difference between distributed solr & solrCloud ? Consider I have three countries' product. I have indexed one country data and it's index size is 160 gb+ Now we have other two countries and now I am confused ! My client ask me what is the difference if we procure ano