Hi there solr experts
I have an solr cluster with two nodes and separate index files for each node Node1 is master Node2 is slave Node1 is the one that I index my data and replicate them to Node2 How can I index my data at both nodes simultaneously ????? Is there any specific setup ???? The problem is when my Node1 is down and I index the data from Node2 , Solr creates backup index folders like this "index.20100929060410" and reduce the space of my hard disk Thanks in advance