Hi, In my SOLR 3 deployment (inherited it), I have (1) one SOLR server that is used by my web application, and (2) a second SOLR server that is used to index documents via a customer datasource.
The database of server 2 is considered the "master" and it is replicated regularly to server 1, the "slave". The advantage is the responsiveness of server 1 is not impacted with server 2 gets busy with lots of indexing. QUESTION: When deploying a SOLR 5 setup, do I set things up the same way? Or do I cluster bother servers together into one "cloud"? That is, in SOLR 5, how do I ensure the indexing process will not impact the performance of the web app? Any help is greatly appreciated!! Rob