response = client.indices.put_mapping( index: 'my_index', body: { properties: { name: { properties: { last: { type: 'text' } } } } } ) puts response