Solandra multiple schemas

2011-08-15 Thread Ashley Martens
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?

Re: Solandra multiple schemas

2011-08-15 Thread Jake Luciani
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

Re: Solandra multiple schemas

2011-08-15 Thread Ashley Martens
Multiple cores it is. Thanks.