Skip to content
New issue

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

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

Already on GitHub? # to your account

[wings] Inline #query, #post, and #get into solr_service from AF #3834

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

hackartisan
Copy link
Contributor

@hackartisan hackartisan commented Jun 20, 2019

refs #3800

This is a small step toward having a full solr indexing and query service directly in hyrax. It sets us up to start working on bringing the connection itself into hyrax and testing an approach to a samvera/valkyrie#598

Copy link
Contributor

@no-reply no-reply left a comment

Choose a reason for hiding this comment

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

question about SolrHit.for. it doesn't seem used, though. i wonder if it's possible to just drop the method?

@@ -0,0 +1,29 @@
class SolrHit < Delegator
def self.for(hit)
return hit if hit.is_a? ActiveFedora::SolrHit
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be just SolrHit?

@no-reply no-reply self-requested a review June 20, 2019 20:57
@no-reply no-reply merged commit 7a7e3f8 into master Jun 20, 2019
@elrayle elrayle deleted the 3800-solr-service branch August 2, 2019 16:49
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants