Module: Spotlight::SolrDocument::Finder

Extended by:
ActiveSupport::Concern
Included in:
Spotlight::SolrDocument
Defined in:
app/models/concerns/spotlight/solr_document/finder.rb

Overview

Finder methods for SolrDocuments

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#blacklight_solrObject



41
42
43
# File 'app/models/concerns/spotlight/solr_document/finder.rb', line 41

def blacklight_solr
  self.class.index.connection
end