Re: Solandra multiple schemas
Multiple cores it is. Thanks.
Re: Solandra multiple schemas
You want the solandra data stored under two keyspaces? Or you just want two different logical indexes. The former requires changing the keyspace name located in solandra.properties but you can only access one per process. The latter would involve creating two different solr cores at different end
Solandra multiple schemas
Does Solandra support multiple schemas? For example I have staging and test data in two different keyspaces in Cassandra and want that echoed in Solandra. Possible?