Class: Solrizer::DefaultDescriptors::ProjectFacetDescriptor

Inherits:
Solrizer::Descriptor
  • Object
show all
Includes:
Normal
Defined in:
lib/cul_scv_hydra/solrizer/field_mapper.rb

Instance Method Summary collapse

Methods included from Normal

#normal, #normal!

Instance Method Details

#converter(field_type) ⇒ Object



112
113
114
# File 'lib/cul_scv_hydra/solrizer/field_mapper.rb', line 112

def converter(field_type)
  lambda {|value| I18n.t("ldpd.short.project.#{normal!(value)}")}
end