How should replication be setup when using Solr? The wikipedia demo keyspace is setup with "strategy_options = {Solr:1};".
It is my understanding that the Solr nodes only store index data; not the complete set of Cassandra data.
Should this have been [{Cassandra:1,Solr:1}];? Or is the Cassandra storage implied?
If I wanted two replicas in cassandra would I use "update keyspace wiki with strategy_options = [{Cassandra:2,Solr:1}];"?
Can you also have replicated Solr indicies?
