Sha256: b59ab2e30fbfe738584bbe2ad94cbb954aa4ca3036b8e9c665b3d37ac42da669
Contents?: true
Size: 832 Bytes
Versions: 101
Compression:
Stored size: 832 Bytes
Contents
# frozen_string_literal: true class <%= model_name.classify %> include Blacklight::Solr::Document # self.unique_key = 'id' # Email uses the semantic field mappings below to generate the body of an email. SolrDocument.use_extension(Blacklight::Document::Email) # SMS uses the semantic field mappings below to generate the body of an SMS email. SolrDocument.use_extension(Blacklight::Document::Sms) # DublinCore uses the semantic field mappings below to assemble an OAI-compliant Dublin Core document # Semantic mappings of solr stored fields. Fields may be multi or # single valued. See Blacklight::Document::SemanticFields#field_semantics # and Blacklight::Document::SemanticFields#to_semantic_values # Recommendation: Use field names from Dublin Core use_extension(Blacklight::Document::DublinCore) end
Version data entries
101 entries across 101 versions & 1 rubygems