solr-scala-client icon indicating copy to clipboard operation
solr-scala-client copied to clipboard

Does this work with Solr cloud?

Open michaeloa opened this issue 10 years ago • 4 comments
trafficstars

Quick question (I hope). There's no CloudSolrClient, so my guess is no, but just checking.

michaeloa avatar Jun 17 '15 12:06 michaeloa

Hmm... I've never used SolrCloud. What is the difference between Solr and SolrCloud API?

takezoe avatar Jun 18 '15 13:06 takezoe

Thanks for the answer.

I'm no expert on either, but AFAIK writing is a bit more complicated. In terms of reading it's primarily that one uses the CloudSolrClient instead of the SolrClient (the former should more or less transparently handle the cloud management).

We're using Solr now, but need to move to multiple servers for redundancy and load distribution.

michaeloa avatar Jun 18 '15 18:06 michaeloa

We are using Elasticsearch for full-text search instead of Solr now. It's very powerful and easy to make cluster. We are focusing it, so we are not active for solr-scala-client.

We are also providing the http based Elasticsearch client for Scala. Check it if you get a chance to move to Elasticsearch. https://github.com/bizreach/elastic-scala-httpclient

takezoe avatar Jun 19 '15 14:06 takezoe

Probably not, but thanks for the recommendation.

michaeloa avatar Jun 24 '15 08:06 michaeloa