Sha256: 1b5bd9c8c8c7545935ec320ea55b603d8bac01db6780168aafc4457e93aa58b6
Contents?: true
Size: 430 Bytes
Versions: 39
Compression:
Stored size: 430 Bytes
Contents
# -*- encoding : utf-8 -*- class SolrDocument # Add Blacklight behaviors to the SolrDocument include Blacklight::Solr::Document # Adds Collection behaviors to the SolrDocument. include Hydra::Collections::SolrDocumentBehavior # Method to return the ActiveFedora model def hydra_model Array(self[Solrizer.solr_name('active_fedora_model', Solrizer::Descriptor.new(:string, :stored, :indexed))]).first end end
Version data entries
39 entries across 39 versions & 1 rubygems