Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.78 KB

File metadata and controls

27 lines (18 loc) · 1.78 KB

Purpose of these pages

In this Wiki I will try to describe my experience of deployment and configuring SolrCloud for Sitecore 9.0.1

How does that SolrCloud look like?

My deployment was done into Virtual Machines in Microsoft Azure. VMs where organized in Azure Virtual Network and all the communications between SolrCoud nodes and Zookeeper nodes was done within that vNet.

Used information sources

I didn't have experience with SolrCloud at all, therefore I searched a loot for the information. I found following articles useful:

However, some of such articles contain confusing information which may lead to configuring SolrCloud incorrectly.

Resulting infrastructure

sitecore solrcloud

Explanation

There are 3 Windows VMs with Windows Server 2016 Datacenter and Solr and Zookeper running on each as Windows service. Actually, general best practice is to run Zookeeper instances on separate machines. In my case, it was decided to run them together on every single VM.