Sha256: 2af3af8b86de06cffd28068cf33f04d41ea323939287c19b17ea95d50d060e14
Contents?: true
Size: 845 Bytes
Versions: 29
Compression:
Stored size: 845 Bytes
Contents
# -*- encoding : utf-8 -*- 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
29 entries across 29 versions & 1 rubygems