Skip to content

Instantly share code, notes, and snippets.

@david-bc
Created October 20, 2017 20:42
Show Gist options
  • Save david-bc/c78de9a61eef04b3e85a79ac9d9f8ed0 to your computer and use it in GitHub Desktop.
Save david-bc/c78de9a61eef04b3e85a79ac9d9f8ed0 to your computer and use it in GitHub Desktop.
{
"mappings": {
"asset": {
"properties": {
"email":{
"type":"text"
},
"email_v2 (mutated field)":{
"type":"text",
"fields":{
"keyword":{
"type":"keyword",
"ignore_above":256
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment