-
Notifications
You must be signed in to change notification settings - Fork 43
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
Comments
Hmm... I've never used SolrCloud. What is the difference between Solr and SolrCloud API? |
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. |
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. |
Probably not, but thanks for the recommendation. |
Quick question (I hope). There's no CloudSolrClient, so my guess is no, but just checking.
The text was updated successfully, but these errors were encountered: