Re: solrcloud: compression in replication handler

2015-08-14 Thread Erick Erickson
Why do you think this is desirable? Unless something is wrong somewhere, i.e. nodes go into recovery regularly, there is no replication in SolrCloud. The original docs are forwarded to each replica in a shard, _not_ the final indexed format. If you're seeing a lot of recoveries, then _that's_ the

solrcloud: compression in replication handler

2015-08-14 Thread Gopal Jee
I am using solrcloud version 4.10.1. As of now, our replication handler is configured as: I want to add compression to index replication. On web, i found ways to add compression for master/slave. How do i add compression to replication handler in solrcloud deployment. --