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
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