Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this work with Solr cloud? #29

Open
michaeloa opened this issue Jun 17, 2015 · 4 comments
Open

Does this work with Solr cloud? #29

michaeloa opened this issue Jun 17, 2015 · 4 comments

Comments

@michaeloa
Copy link

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

@takezoe
Copy link
Owner

takezoe commented Jun 18, 2015

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

@michaeloa
Copy link
Author

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.

@takezoe
Copy link
Owner

takezoe commented Jun 19, 2015

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

@michaeloa
Copy link
Author

Probably not, but thanks for the recommendation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants