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

Enable SolrCloud and Cleanup #103

Merged
merged 10 commits into from
Dec 15, 2023
Merged

Conversation

niquerio
Copy link
Collaborator

@niquerio niquerio commented Nov 15, 2023

This PR has the code for enabling use of SolrCloud collections. At first it enabled being able to use them independently. Now that all of the SolrCloud collections are working there is one toggle for either all Solrcloud or all legacy solr.

This PR introduces the use of the Services object which enables access to environment variables by doing S.my_variable instead of ENV.fetch["MY_VARIABLE"]. This allows for more nuance in setting up environments and makes the code more readable.

Also changing from the word callnumber to call_number as much as possible since they are two words.

@niquerio niquerio force-pushed the make-author-and-subject-independent branch from 6ad7a1c to b6c659e Compare December 7, 2023 19:45
@niquerio niquerio force-pushed the make-author-and-subject-independent branch from c1506c0 to 54d2345 Compare December 14, 2023 19:56
@niquerio niquerio marked this pull request as ready for review December 15, 2023 15:27
@niquerio niquerio changed the title made author and subject independent Enable SolrCloud and Cleanup Dec 15, 2023
Copy link
Collaborator

@erinesullivan erinesullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything runs nicely. Code looks good. Can run locally without needing the VPN! 👍🏻

@niquerio niquerio merged commit 2d235a5 into main Dec 15, 2023
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants