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
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
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
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