Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 185 Bytes

5be23858b35043fcb7b50fe36b873e6e.asciidoc

File metadata and controls

14 lines (14 loc) · 185 Bytes
response = client.indices.put_mapping(
  index: 'twitter',
  body: {
    properties: {
      email: {
        type: 'keyword'
      }
    }
  }
)
puts response