Class: ContentItemFieldType

Inherits:
FieldType
  • Object
show all
Defined in:
app/models/content_item_field_type.rb

Instance Method Summary collapse

Instance Method Details

#mappingObject



2
3
4
# File 'app/models/content_item_field_type.rb', line 2

def mapping
  { name: mapping_field_name, type: :string, analyzer: :snowball }
end