-
Notifications
You must be signed in to change notification settings - Fork 48
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
Incorrect Solr URI #2177
Labels
Comments
This was referenced Apr 4, 2024
laritakr
added a commit
that referenced
this issue
Apr 5, 2024
laritakr
added a commit
that referenced
this issue
Apr 5, 2024
* Fix solr endpoint default issue #2177 * Fix spec
This was referenced Apr 5, 2024
laritakr
added a commit
that referenced
this issue
Apr 8, 2024
* Fix solr endpoint default issue #2177 * Fix spec * Override default connection Ideally we probably need to define our own valkyrie indexing adapter, but this should work as a temporary fix.
laritakr
added a commit
that referenced
this issue
Apr 12, 2024
laritakr
added a commit
that referenced
this issue
Apr 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Descriptive summary
The issue appears to originate in Hyrax's
post
method. This method calls Hyrax's connection definition. Asuse_valkyrie
is true, we aren't getting the correct connection url.Related work
Prior attempt at fixing the issue does not work and should probably be removed:
hyku/app/models/solr_endpoint.rb
Lines 39 to 43 in e720484
The text was updated successfully, but these errors were encountered: