Re: on regards to Solr and NoSQL storages integration

2014-11-10 Thread andrey prokopenko
gt; > -Original Message- From: andrey prokopenko > Sent: Friday, November 7, 2014 5:00 AM > To: solr-user@lucene.apache.org > Subject: Re: on regards to Solr and NoSQL storages integration > > > Thanks for the reply. I've considered DataStax, but dropped it firs

Re: on regards to Solr and NoSQL storages integration

2014-11-08 Thread Jack Krupansky
es can occur at full speed, with indexing in a background thread, maximizing ingestion performance. -- Jack Krupansky -Original Message- From: andrey prokopenko Sent: Friday, November 7, 2014 5:00 AM To: solr-user@lucene.apache.org Subject: Re: on regards to Solr and NoSQL storages int

Re: on regards to Solr and NoSQL storages integration

2014-11-07 Thread andrey prokopenko
Thanks for the reply. I've considered DataStax, but dropped it first due to the commercial model they're using and second due to the integration model they have chosen to integrate with Cassandra. In their docs (can be found here: http://www.datastax.com/docs/datastax_enterprise3.1/solutions/dse_se

Re: on regards to Solr and NoSQL storages integration

2014-11-05 Thread Jack Krupansky
Take a look at DataStax Enterprise, which is basically Cassandra with Solr tightly integrated as an embedded search engine. Write and update your data in Cassandra and it will automatically be indexed in Solr, all in one cluster, so no need to build and maintain a separate SolrCloud cluster just

Re: on regards to Solr and NoSQL storages integration

2014-11-05 Thread Alexandre Rafalovitch
On 5 November 2014 08:52, andrey prokopenko wrote: > I assume, there might be other developers, trying to solve similar > problems, so I'd be interested to hear about similar attempts & issues > encountered while trying to implement such an integration between Solr and > other NoSQL databases. I