Hey all, I have a master slave using the same index folder, the master only writes, and the slave only reads. Is it possible to use different versions of solr for those two servers? Let's say i want to gain from the improved search speed of solr4.0 but since it's my production system, am not willing to index using it since it's not a stable release. Since the slave only reads, if it will crash i'll just restart it.
Can i index using solr 1.4.1 and read the same index with solr 4.0? thanks