Module: Hyrax::ActiveEncode::IndexesFileMetadata
- Included in:
- ActiveEncodeIndexer
- Defined in:
- app/indexers/concerns/hyrax/active_encode/indexes_file_metadata.rb
Instance Method Summary collapse
Instance Method Details
#generate_solr_document ⇒ Object
5 6 7 8 9 |
# File 'app/indexers/concerns/hyrax/active_encode/indexes_file_metadata.rb', line 5 def generate_solr_document super.tap do |solr_doc| solr_doc['derivatives_metadata_ssi'] = object..to_json end end |