Re: Solr Cassandra MySQL Best Practice Indexing

2014-07-22 Thread Yavar Husain
n is a stopgap measure rather than a robust > architecture. > > > -- Jack Krupansky > > -Original Message- From: Yavar Husain > Sent: Tuesday, July 22, 2014 2:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr Cassandra MySQL Best Practice Indexing > >

Re: Solr Cassandra MySQL Best Practice Indexing

2014-07-22 Thread Jack Krupansky
Solr Cassandra MySQL Best Practice Indexing Thanks Jack for your guidance on DSE. However it would be great if somebody could help me solving my use case: So my full text data lies on Cassandra along with an ID. Now I have a lot of structured data linked to the ID which lies on an RDBMS (read MySQ

Re: Solr Cassandra MySQL Best Practice Indexing

2014-07-21 Thread Yavar Husain
Thanks Jack for your guidance on DSE. However it would be great if somebody could help me solving my use case: So my full text data lies on Cassandra along with an ID. Now I have a lot of structured data linked to the ID which lies on an RDBMS (read MySQL). I need this structured data as it would

Re: Solr Cassandra MySQL Best Practice Indexing

2014-07-21 Thread Jack Krupansky
Solandra is not a supported product. DataStax Enterprise (DSE) supersedes it. With DSE, just load your data into a Solr-enabled Cassandra data center and it will be indexed automatically in the embedded Solr within DSE, as per a Solr schema that you provide. Then use any of the nodes in that So