Class: ContentItemFieldType
- Inherits:
-
FieldType
- Object
- FieldType
- ContentItemFieldType
- Defined in:
- app/models/content_item_field_type.rb
Instance Method Summary collapse
Instance Method Details
#mapping ⇒ Object
2 3 4 |
# File 'app/models/content_item_field_type.rb', line 2 def mapping { name: mapping_field_name, type: :string, analyzer: :snowball } end |