Module: ActiveFedora::RDF::DatastreamIndexing

Extended by:
ActiveSupport::Concern
Included in:
ActiveFedora::RDFDatastream
Defined in:
lib/active_fedora/rdf/datastream_indexing.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#to_solr(solr_doc = {}, opts = {}) ⇒ Object

:nodoc:



5
6
7
8
9
# File 'lib/active_fedora/rdf/datastream_indexing.rb', line 5

def to_solr(solr_doc = {}, opts = {}) # :nodoc:
  super.tap do |new_doc|
    solrize_rdf_assertions(opts[:name], new_doc)
  end
end