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

CAMEL 6827: Solr Component: Solr Cloud Support, HTTPS support, many many test updates to support. #218

Merged
merged 15 commits into from Jul 15, 2014

Conversation

softwaredoug
Copy link
Contributor

New SolrCloud producer. Can be used with

 solrCloud://localhost:8983?zkHost=localhost:8123/solr&collection=collection1

Solr producer can also be used with HTTPS via solrs:

 solrs://localhost:8983

Most of the changes in this patch have to do with test updates to support these changes. The test updates run all the existing camel-solr tests against all three possible Solr endpoints: normal HTTP Solr server, an HTTPS Solr Server, and an embedded Solr Cloud cluster. The latter utilizes Solr 4.8's MiniSolrCloudCluster support to create an embedded Solr Cloud cluster for testing.

Additional updates have to do with reorganizing and updating the solr configurations to support Solr 4 and updates required for Solr Cloud support.

Let me know if you have any questions!

@softwaredoug softwaredoug changed the title Solr Component: Solr Cloud Support, HTTPS support, many many test updates to support. CAMEL 6827: Solr Component: Solr Cloud Support, HTTPS support, many many test updates to support. Jul 14, 2014
@asfgit asfgit merged commit 08a1654 into apache:master Jul 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants