Hi All!
I am new to Solr. I wanted to know in detail about master/slave setup. I have configured master and slave servers but still not clear about how it works. I have setup only one slave. What I have understood is that when the query is fired over a master server, master server will pass it to the slave server which will process the query but in my case master itself is serving the query. I have set up master and server through manually running all the scripts. Data is correctly indexed in both master and slave servers. Is there any change required in solrconfig.xml also to actually make them update servers and query servers. Thanks in advance!!