Re: SolrCloud OR distributed Solr

2014-03-30 Thread Gora Mohanty
On 30 March 2014 23:12, Priti Solanki pritiatw...@gmail.com 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:

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

Re: SolrCloud vs Distributed Solr

2013-07-08 Thread Erick Erickson
Flavio: I think you're missing a critical bit about SolrCloud, namely Zookeeper (ZK), see here on the SolrCloud page for a start: http://wiki.apache.org/solr/SolrCloud#ZooKeeper You'll notice that each Solr node, when it is started, requires the address of your ZK ensemble, NOT a solr node. That

Re: SolrCloud vs Distributed Solr

2013-07-08 Thread Flavio Pompermaier
Thanks for the detailed response Erik, you helped me a lot in clarifying many Solr concepts! Best, Flavio On Mon, Jul 8, 2013 at 1:59 PM, Erick Erickson erickerick...@gmail.comwrote: Flavio: I think you're missing a critical bit about SolrCloud, namely Zookeeper (ZK), see here on the