Module: Geoblacklight::SolrDocument::Finder
- Extended by:
- ActiveSupport::Concern
- Includes:
- Blacklight::Configurable
- Included in:
- Geoblacklight::SolrDocument
- Defined in:
- app/models/concerns/geoblacklight/solr_document/finder.rb
Overview
Finder methods for SolrDocuments modeled after Spotlight’s Finder module github.com/sul-dlss/spotlight/blob/master/app/models/concerns/spotlight/solr_document/finder.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#blacklight_solr ⇒ Object
35 36 37 |
# File 'app/models/concerns/geoblacklight/solr_document/finder.rb', line 35 def blacklight_solr self.class.index.connection end |