Re: Using solr with cassandra

2015-08-30 Thread Christopher Bradford
We are using SolrJ. Check out this sample code: https://gist.github.com/bradfordcp/7661a2d31403325c036b On Sun, Aug 30, 2015 at 11:13 AM Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > Pretty sure he was using HTTP, as Solr doesn't have another way to connect > to it. Be curious wha

Re: Using solr with cassandra

2015-08-30 Thread Doug Turnbull
Pretty sure he was using HTTP, as Solr doesn't have another way to connect to it. Be curious what about HTTP caused botttlenecks, SolrJ has a number of strategies including using the load balancing SolrServer which forwards each document to the shards leader that might be useful to you. -Doug On

Re: Using solr with cassandra

2015-08-30 Thread Doug Turnbull
Hi my colleague Chris Bradford had a similar issue and ended up using Spatk as a Cassandra to Solr pipeline. He summarized the work in his talk: https://m.youtube.com/watch?v=t4ONAI6YkPI&list=PL-x35fyliRwjSJ3D50uXcvJc_lFOTkfLS&index=1 On Sunday, August 30, 2015, bipin wrote: > Hi Upayavira, Dat

Re: Using solr with cassandra

2015-08-30 Thread Upayavira
On Sun, Aug 30, 2015, at 10:43 AM, bipin wrote: > Hi all, > > How can I integrate Solr with Cassandra. I am using Cassandra as my > primary > database. I have seen solandra but the project is dead. What are the ways > available now. i think you have two choices - use the DataStax product, or wr