Solr Cloud 4.5
SolrCloud Solr Cloud is designed to provide the highly available, fault tolerant environment that can index data for searching. In this environment data can be organized into multiple pieses, shards or can reside in several machines, with replicas it provides the redundancy for both scalability and fault tolerance. Integration with ZooKeeper it helps to manage the overall environment so that both indexing and search requests can be routed properly. Following section you will get an understanding on How to distribute data over multiple instances by using ZooKeeper and creating shards. How to create redundancy for shards by using replicas. How to create redundancy for the overall cluster by running multiple ZooKeeper instances This section explains SolrCloud and its inner workings in detail, but before you dive in, it's best to have an idea of what it is you're trying to accomplish. This page provides a simple tutorial that explains how SolrCloud works on a p
Comments